Checkstyle XML difference report

This is symmetric difference generated from two checkstyle-result.xml reports.
All matching records from each XML file are deleted, then remaining records are merged into single report.
Utility that generated this report.

Checkstyle configuration report

Module Name Base properties Patch properties
Checker severity
  • warning

  • charset
  • UTF-8

  • haltOnException
  • false

  • severity
  • warning

  • charset
  • UTF-8

  • haltOnException
  • false

  • BeforeExecutionExclusionFileFilter fileNamePattern
  • module\-info\.java$

  • fileNamePattern
  • module\-info\.java$

  • TreeWalker
    SuppressionXpathSingleFilter message
  • Javadoc comment at column \d+ has parse error

  • message
  • Javadoc comment at column \d+ has parse error

  • RequireThisCheck checkFields
  • true

  • validateOnlyOverlapping
  • false

  • checkMethods
  • false

  • checkFields
  • true

  • validateOnlyOverlapping
  • false

  • checkMethods
  • false

  • Summary:

    Report id Files Violations Severity-warning
    base 13652 155588 155588
    patch 13652 164543 164543
    difference 1705 8955 8955

    Report id com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck
    base 155588
    patch 164543
    difference 8955

    Number of unique base messages reported below: 0
    Number of unique patch messages reported below: 8955

    Violations:

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/make/tools/src/build/tools/dtdbuilder/DTDInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ln' needs "this.". 70 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/make/tools/src/build/tools/dtdbuilder/DTDParser.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dtd' needs "this.". 71 57
    # warning RequireThis Reference to instance variable 'ch' needs "this.". 320 36
    # warning RequireThis Reference to instance variable 'ch' needs "this.". 626 30
    # warning RequireThis Reference to instance variable 'ch' needs "this.". 885 84

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/make/tools/src/build/tools/generatebreakiteratordata/RuleBasedBreakIteratorBuilder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numCategories' needs "this.". 990 45
    # warning RequireThis Reference to instance variable 'numCategories' needs "this.". 1353 27
    # warning RequireThis Reference to instance variable 'numCategories' needs "this.". 1534 33
    # warning RequireThis Reference to instance variable 'numCategories' needs "this.". 1608 33
    # warning RequireThis Reference to instance variable 'numCategories' needs "this.". 1636 33
    # warning RequireThis Reference to instance variable 'numCategories' needs "this.". 1671 43
    # warning RequireThis Reference to instance variable 'numCategories' needs "this.". 1672 50
    # warning RequireThis Reference to instance variable 'numCategories' needs "this.". 1732 48
    # warning RequireThis Reference to instance variable 'numCategories' needs "this.". 1740 37
    # warning RequireThis Reference to instance variable 'numCategories' needs "this.". 1752 57
    # warning RequireThis Reference to instance variable 'numCategories' needs "this.". 1759 37
    # warning RequireThis Reference to instance variable 'numCategories' needs "this.". 1835 29
    # warning RequireThis Reference to instance variable 'numCategories' needs "this.". 1850 43
    # warning RequireThis Reference to instance variable 'numCategories' needs "this.". 1851 39
    # warning RequireThis Reference to instance variable 'numCategories' needs "this.". 1855 59
    # warning RequireThis Reference to instance variable 'numCategories' needs "this.". 1882 37
    # warning RequireThis Reference to instance variable 'numCategories' needs "this.". 1897 41
    # warning RequireThis Reference to instance variable 'numCategories' needs "this.". 1916 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/make/tools/src/build/tools/generatecharacter/SpecialCaseMap.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'context' needs "this.". 330 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/make/tools/src/build/tools/generatenimbus/Shape.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'x' needs "this.". 80 24
    # warning RequireThis Reference to instance variable 'y' needs "this.". 80 37
    # warning RequireThis Reference to instance variable 'x' needs "this.". 84 24
    # warning RequireThis Reference to instance variable 'y' needs "this.". 84 37
    # warning RequireThis Reference to instance variable 'x1' needs "this.". 110 48
    # warning RequireThis Reference to instance variable 'x1' needs "this.". 118 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/make/tools/src/build/tools/generatenimbus/UIStyle.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'componentName' needs "this.". 322 31
    # warning RequireThis Reference to instance variable 'stateKeys' needs "this.". 382 81

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/make/tools/src/build/tools/hasher/Hasher.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pkg' needs "this.". 113 34
    # warning RequireThis Reference to instance variable 'cln' needs "this.". 113 51
    # warning RequireThis Reference to instance variable 'maxBits' needs "this.". 178 31
    # warning RequireThis Reference to instance variable 'md' needs "this.". 183 67
    # warning RequireThis Reference to instance variable 'maxDepth' needs "this.". 184 27
    # warning RequireThis Reference to instance variable 'shift' needs "this.". 190 48
    # warning RequireThis Reference to instance variable 'md' needs "this.". 191 58
    # warning RequireThis Reference to instance variable 'pkg' needs "this.". 263 37
    # warning RequireThis Reference to instance variable 'cln' needs "this.". 268 62
    # warning RequireThis Reference to instance variable 'cln' needs "this.". 271 48
    # warning RequireThis Reference to instance variable 'vtype' needs "this.". 273 65
    # warning RequireThis Reference to instance variable 'shift' needs "this.". 282 22
    # warning RequireThis Reference to instance variable 'cln' needs "this.". 288 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/make/tools/src/build/tools/javazic/Rule.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 175 54

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/make/tools/src/build/tools/jdwpgen/AbstractNamedNode.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 51 38
    # warning RequireThis Reference to instance variable 'name' needs "this.". 65 41
    # warning RequireThis Reference to instance variable 'name' needs "this.". 65 54

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/make/tools/src/build/tools/jdwpgen/NameValueNode.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'val' needs "this.". 50 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/make/tools/src/build/tools/jdwpgen/Node.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lineno' needs "this.". 195 52
    # warning RequireThis Reference to instance variable 'kind' needs "this.". 196 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/make/tools/src/build/tools/jdwpgen/OutNode.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cmdName' needs "this.". 50 25
    # warning RequireThis Reference to instance variable 'cmdName' needs "this.". 115 25
    # warning RequireThis Reference to instance variable 'cmdName' needs "this.". 122 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/make/tools/swing-beans/DocBeanInfo.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 70 40
    # warning RequireThis Reference to instance variable 'desc' needs "this.". 71 43
    # warning RequireThis Reference to instance variable 'displayname' needs "this.". 72 43
    # warning RequireThis Reference to instance variable 'propertyeditorclass' needs "this.". 73 51
    # warning RequireThis Reference to instance variable 'customizerclass' needs "this.". 74 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/make/tools/swing-beans/GenSwingBeanInfo.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'templateFilename' needs "this.". 126 75

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/crypto/provider/AESCrypt.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 360 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/crypto/provider/BlockCipherParamsCore.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'block_size' needs "this.". 63 29
    # warning RequireThis Reference to instance variable 'block_size' needs "this.". 65 25
    # warning RequireThis Reference to instance variable 'block_size' needs "this.". 77 29
    # warning RequireThis Reference to instance variable 'block_size' needs "this.". 78 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/crypto/provider/CipherCore.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 279 26
    # warning RequireThis Reference to instance variable 'diffBlocksize' needs "this.". 280 28
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 283 36
    # warning RequireThis Reference to instance variable 'diffBlocksize' needs "this.". 284 38
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 284 55
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 429 57
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 431 52
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 436 57
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 438 52
    # warning RequireThis Reference to instance variable 'minBytes' needs "this.". 572 41
    # warning RequireThis Reference to instance variable 'unitBytes' needs "this.". 578 38
    # warning RequireThis Reference to instance variable 'buffered' needs "this.". 590 39
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 614 30
    # warning RequireThis Reference to instance variable 'diffBlocksize' needs "this.". 615 27
    # warning RequireThis Reference to instance variable 'diffBlocksize' needs "this.". 619 33
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 619 50
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 737 26
    # warning RequireThis Reference to instance variable 'diffBlocksize' needs "this.". 738 28
    # warning RequireThis Reference to instance variable 'diffBlocksize' needs "this.". 742 34
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 742 51
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 748 48
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 751 56
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 769 59
    # warning RequireThis Reference to instance variable 'unitBytes' needs "this.". 848 24
    # warning RequireThis Reference to instance variable 'unitBytes' needs "this.". 852 22
    # warning RequireThis Reference to instance variable 'unitBytes' needs "this.". 855 56

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/crypto/provider/CipherFeedback.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numBytes' needs "this.". 158 27
    # warning RequireThis Reference to instance variable 'numBytes' needs "this.". 159 36
    # warning RequireThis Reference to instance variable 'numBytes' needs "this.". 160 35
    # warning RequireThis Reference to instance variable 'numBytes' needs "this.". 183 29
    # warning RequireThis Reference to instance variable 'numBytes' needs "this.". 226 27
    # warning RequireThis Reference to instance variable 'numBytes' needs "this.". 227 37
    # warning RequireThis Reference to instance variable 'numBytes' needs "this.". 228 36
    # warning RequireThis Reference to instance variable 'numBytes' needs "this.". 255 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/crypto/provider/DHKeyPairGenerator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pSize' needs "this.". 129 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/crypto/provider/DHParameterGenerator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'primeSize' needs "this.". 116 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/crypto/provider/HmacCore.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'blockLen' needs "this.". 125 29
    # warning RequireThis Reference to instance variable 'blockLen' needs "this.". 133 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/crypto/provider/ISO10126Padding.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 100 28
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 120 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/crypto/provider/OAEPParameters.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mdName' needs "this.". 203 52
    # warning RequireThis Reference to instance variable 'mdName' needs "this.". 253 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/crypto/provider/OutputFeedback.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numBytes' needs "this.". 157 31
    # warning RequireThis Reference to instance variable 'numBytes' needs "this.". 158 36
    # warning RequireThis Reference to instance variable 'numBytes' needs "this.". 159 35
    # warning RequireThis Reference to instance variable 'numBytes' needs "this.". 166 29
    # warning RequireThis Reference to instance variable 'numBytes' needs "this.". 183 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/crypto/provider/PBECipherCore.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'algo' needs "this.". 70 70
    # warning RequireThis Reference to instance variable 'iCount' needs "this.". 275 33
    # warning RequireThis Reference to instance variable 'iCount' needs "this.". 311 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/crypto/provider/PKCS12PBECipherCore.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'algo' needs "this.". 153 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/crypto/provider/PKCS5Padding.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 99 28
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 125 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/crypto/provider/RC2Parameters.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'version' needs "this.". 143 70
    # warning RequireThis Reference to instance variable 'version' needs "this.". 225 19

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/crypto/provider/RSACipher.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'outputSize' needs "this.". 391 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/imageio/plugins/bmp/BMPImageReader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 537 37
    # warning RequireThis Reference to instance variable 'width' needs "this.". 544 64
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 635 33
    # warning RequireThis Reference to instance variable 'width' needs "this.". 643 60
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 733 33
    # warning RequireThis Reference to instance variable 'height' needs "this.". 954 29
    # warning RequireThis Reference to instance variable 'scaleY' needs "this.". 973 71
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1036 29
    # warning RequireThis Reference to instance variable 'scaleY' needs "this.". 1055 71
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1115 48
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1117 29
    # warning RequireThis Reference to instance variable 'scaleY' needs "this.". 1136 71
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1182 48
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1184 29
    # warning RequireThis Reference to instance variable 'scaleY' needs "this.". 1203 71
    # warning RequireThis Reference to instance variable 'scaleX' needs "this.". 1222 65
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1250 48
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1251 29
    # warning RequireThis Reference to instance variable 'scaleY' needs "this.". 1272 71
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1308 48
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1310 29
    # warning RequireThis Reference to instance variable 'scaleY' needs "this.". 1328 71
    # warning RequireThis Reference to instance variable 'bitmapOffset' needs "this.". 1366 45
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1391 39
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1410 48
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1411 48
    # warning RequireThis Reference to instance variable 'scaleY' needs "this.". 1417 64
    # warning RequireThis Reference to instance variable 'scaleY' needs "this.". 1418 75
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1452 38
    # warning RequireThis Reference to instance variable 'bitmapOffset' needs "this.". 1487 45
    # warning RequireThis Reference to instance variable 'scaleY' needs "this.". 1545 64
    # warning RequireThis Reference to instance variable 'scaleY' needs "this.". 1546 75
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1587 38
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1614 51

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/imageio/plugins/bmp/BMPImageWriter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'h' needs "this.". 501 53
    # warning RequireThis Reference to instance variable 'h' needs "this.". 616 29
    # warning RequireThis Reference to instance variable 'h' needs "this.". 624 30
    # warning RequireThis Reference to instance variable 'w' needs "this.". 719 53

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/imageio/plugins/bmp/BMPMetadata.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'paletteSize' needs "this.". 171 45
    # warning RequireThis Reference to instance variable 'paletteSize' needs "this.". 173 40
    # warning RequireThis Reference to instance variable 'paletteSize' needs "this.". 197 45
    # warning RequireThis Reference to instance variable 'paletteSize' needs "this.". 200 40
    # warning RequireThis Reference to instance variable 'xPixelsPerMeter' needs "this.". 248 45
    # warning RequireThis Reference to instance variable 'xPixelsPerMeter' needs "this.". 254 53
    # warning RequireThis Reference to instance variable 'yPixelsPerMeter' needs "this.". 258 53

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/imageio/plugins/common/BitFile.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'bitsLeft' needs "this.". 87 28
    # warning RequireThis Reference to instance variable 'bitsLeft' needs "this.". 89 76
    # warning RequireThis Reference to instance variable 'bitsLeft' needs "this.". 103 77
    # warning RequireThis Reference to instance variable 'bitsLeft' needs "this.". 113 56

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/imageio/plugins/common/LZWCompressor.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 109 53

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/imageio/plugins/common/LZWStringTable.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numStrings' needs "this.". 212 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/imageio/plugins/common/PaletteBuilder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'requiredSize' needs "this.". 257 32
    # warning RequireThis Reference to instance variable 'maxNodes' needs "this.". 269 28
    # warning RequireThis Reference to instance variable 'colorCount' needs "this.". 478 30
    # warning RequireThis Reference to instance variable 'colorCount' needs "this.". 479 32
    # warning RequireThis Reference to instance variable 'colorCount' needs "this.". 480 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/imageio/plugins/common/SubImageInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'startingPos' needs "this.". 71 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/imageio/plugins/gif/GIFImageReader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'blockLength' needs "this.". 311 29
    # warning RequireThis Reference to instance variable 'sourceXSubsampling' needs "this.". 380 54
    # warning RequireThis Reference to instance variable 'sourceYSubsampling' needs "this.". 408 44
    # warning RequireThis Reference to instance variable 'sourceMinProgressivePass' needs "this.". 412 29
    # warning RequireThis Reference to instance variable 'sourceMaxProgressivePass' needs "this.". 413 29
    # warning RequireThis Reference to instance variable 'width' needs "this.". 424 28
    # warning RequireThis Reference to instance variable 'rowsDone' needs "this.". 427 45
    # warning RequireThis Reference to instance variable 'height' needs "this.". 427 54
    # warning RequireThis Reference to instance variable 'height' needs "this.". 436 36
    # warning RequireThis Reference to instance variable 'sourceMaxProgressivePass' needs "this.". 443 45
    # warning RequireThis Reference to instance variable 'sourceYSubsampling' needs "this.". 456 48
    # warning RequireThis Reference to instance variable 'sourceYSubsampling' needs "this.". 876 40
    # warning RequireThis Reference to instance variable 'clearCode' needs "this.". 926 29
    # warning RequireThis Reference to instance variable 'eofCode' needs "this.". 933 33
    # warning RequireThis Reference to instance variable 'eofCode' needs "this.". 938 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/imageio/plugins/jpeg/DQTMarkerSegment.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'QTABLE_SIZE' needs "this.". 231 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/imageio/plugins/jpeg/JFIFMarkerSegment.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'MAX_THUMB_WIDTH' needs "this.". 380 31
    # warning RequireThis Reference to instance variable 'MAX_THUMB_HEIGHT' needs "this.". 381 35
    # warning RequireThis Reference to instance variable 'MAX_THUMB_WIDTH' needs "JFIFMarkerSegment.this.". 927 31
    # warning RequireThis Reference to instance variable 'MAX_THUMB_HEIGHT' needs "JFIFMarkerSegment.this.". 928 35
    # warning RequireThis Reference to instance variable 'MAX_THUMB_WIDTH' needs "JFIFMarkerSegment.this.". 939 31
    # warning RequireThis Reference to instance variable 'MAX_THUMB_HEIGHT' needs "JFIFMarkerSegment.this.". 940 35
    # warning RequireThis Reference to instance variable 'thumbHeight' needs "JFIFMarkerSegment.this.". 982 32
    # warning RequireThis Reference to instance variable 'thumbHeight' needs "JFIFMarkerSegment.this.". 1054 32
    # warning RequireThis Reference to instance variable 'thumbHeight' needs "JFIFMarkerSegment.this.". 1070 67
    # warning RequireThis Reference to instance variable 'numChunks' needs "this.". 1409 28
    # warning RequireThis Reference to instance variable 'numChunks' needs "this.". 1481 28
    # warning RequireThis Reference to instance variable 'numChunks' needs "this.". 1495 56
    # warning RequireThis Reference to instance variable 'numChunks' needs "this.". 1504 30
    # warning RequireThis Reference to instance variable 'numChunks' needs "this.". 1517 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/imageio/plugins/jpeg/JPEGBuffer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'bufAvail' needs "this.". 90 46
    # warning RequireThis Reference to instance variable 'BUFFER_SIZE' needs "this.". 97 29
    # warning RequireThis Reference to instance variable 'BUFFER_SIZE' needs "this.". 102 43
    # warning RequireThis Reference to instance variable 'bufAvail' needs "this.". 106 56
    # warning RequireThis Reference to instance variable 'bufAvail' needs "this.". 180 42
    # warning RequireThis Reference to instance variable 'bufAvail' needs "this.". 190 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/imageio/plugins/jpeg/JPEGImageReader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numComponents' needs "this.". 862 50
    # warning RequireThis Reference to instance variable 'iccCS' needs "this.". 863 31
    # warning RequireThis Reference to instance variable 'numComponents' needs "this.". 870 50
    # warning RequireThis Reference to instance variable 'numComponents' needs "this.". 880 43
    # warning RequireThis Reference to instance variable 'numComponents' needs "this.". 891 47
    # warning RequireThis Reference to instance variable 'numComponents' needs "this.". 902 47
    # warning RequireThis Reference to instance variable 'imageMetadataIndex' needs "this.". 1110 27
    # warning RequireThis Reference to instance variable 'minProgressivePass' needs "this.". 1123 51
    # warning RequireThis Reference to instance variable 'destinationBands' needs "this.". 1133 58
    # warning RequireThis Reference to instance variable 'destROI' needs "this.". 1141 48
    # warning RequireThis Reference to instance variable 'minProgressivePass' needs "this.". 1144 59
    # warning RequireThis Reference to instance variable 'maxProgressivePass' needs "this.". 1145 59
    # warning RequireThis Reference to instance variable 'progInterval' needs "this.". 1199 27
    # warning RequireThis Reference to instance variable 'knownPassCount' needs "this.". 1205 44
    # warning RequireThis Reference to instance variable 'minProgressivePass' needs "this.". 1209 49
    # warning RequireThis Reference to instance variable 'pass' needs "this.". 1220 58
    # warning RequireThis Reference to instance variable 'progInterval' needs "this.". 1224 27
    # warning RequireThis Reference to instance variable 'previousPassPercentage' needs "this.". 1226 37
    # warning RequireThis Reference to instance variable 'pass' needs "this.". 1229 57
    # warning RequireThis Reference to instance variable 'progInterval' needs "this.". 1231 62
    # warning RequireThis Reference to instance variable 'previousPassPercentage' needs "this.". 1236 48
    # warning RequireThis Reference to instance variable 'percentToDate' needs "this.". 1237 62
    # warning RequireThis Reference to instance variable 'theThread' needs "this.". 1514 49
    # warning RequireThis Reference to instance variable 'theThread' needs "this.". 1530 66

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/imageio/plugins/jpeg/JPEGImageWriter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sourceXOffset' needs "this.". 560 31
    # warning RequireThis Reference to instance variable 'sourceXOffset' needs "this.". 561 44
    # warning RequireThis Reference to instance variable 'sourceYOffset' needs "this.". 563 32
    # warning RequireThis Reference to instance variable 'sourceYOffset' needs "this.". 564 46
    # warning RequireThis Reference to instance variable 'numScans' needs "this.". 1361 33
    # warning RequireThis Reference to instance variable 'theThread' needs "this.". 1786 49
    # warning RequireThis Reference to instance variable 'theThread' needs "this.". 1801 65

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/imageio/plugins/jpeg/MarkerSegment.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'length' needs "this.". 199 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/imageio/plugins/png/PNGImageReader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pixelsDone' needs "this.". 926 37
    # warning RequireThis Reference to instance variable 'totalPixels' needs "this.". 926 48
    # warning RequireThis Reference to instance variable 'sourceXSubsampling' needs "this.". 985 48
    # warning RequireThis Reference to instance variable 'sourceXSubsampling' needs "this.". 990 36
    # warning RequireThis Reference to instance variable 'sourceYSubsampling' needs "this.". 1137 19
    # warning RequireThis Reference to instance variable 'sourceYSubsampling' needs "this.". 1140 48
    # warning RequireThis Reference to instance variable 'sourceMaxProgressivePass' needs "this.". 1198 34
    # warning RequireThis Reference to instance variable 'sourceMinProgressivePass' needs "this.". 1206 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/imageio/plugins/png/PNGImageWriter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'startPos' needs "this.". 136 37
    # warning RequireThis Reference to instance variable 'startPos' needs "this.". 192 37
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 790 32
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 793 35
    # warning RequireThis Reference to instance variable 'bpp' needs "this.". 811 42
    # warning RequireThis Reference to instance variable 'bpp' needs "this.". 812 42
    # warning RequireThis Reference to instance variable 'bpp' needs "this.". 813 50
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 884 45
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 893 41
    # warning RequireThis Reference to instance variable 'pixelsDone' needs "this.". 916 41
    # warning RequireThis Reference to instance variable 'totalPixels' needs "this.". 916 52
    # warning RequireThis Reference to instance variable 'scalingBitDepth' needs "this.". 978 25
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 989 33
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 1005 33
    # warning RequireThis Reference to instance variable 'periodX' needs "this.". 1083 40
    # warning RequireThis Reference to instance variable 'periodX' needs "this.". 1083 53
    # warning RequireThis Reference to instance variable 'periodY' needs "this.". 1084 42
    # warning RequireThis Reference to instance variable 'periodY' needs "this.". 1084 55

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/imageio/plugins/png/PNGMetadata.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'IHDR_colorType' needs "this.". 803 47
    # warning RequireThis Reference to instance variable 'pHYs_pixelsPerUnitYAxis' needs "this.". 966 44
    # warning RequireThis Reference to instance variable 'pHYs_pixelsPerUnitXAxis' needs "this.". 977 54
    # warning RequireThis Reference to instance variable 'pHYs_pixelsPerUnitYAxis' needs "this.". 982 54
    # warning RequireThis Reference to instance variable 'IHDR_colorType' needs "this.". 1067 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/java/swing/plaf/gtk/GTKColorChooserPanel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'hueSpinner' needs "this.". 484 30
    # warning RequireThis Reference to instance variable 'saturationSpinner' needs "this.". 487 35
    # warning RequireThis Reference to instance variable 'valueSpinner' needs "this.". 491 35
    # warning RequireThis Reference to instance variable 'redSpinner' needs "this.". 495 35
    # warning RequireThis Reference to instance variable 'greenSpinner' needs "this.". 498 35
    # warning RequireThis Reference to instance variable 'blueSpinner' needs "this.". 501 35
    # warning RequireThis Reference to instance variable 'angle' needs "this.". 744 46
    # warning RequireThis Reference to instance variable 'angle' needs "this.". 745 51
    # warning RequireThis Reference to instance variable 'angle' needs "this.". 813 53
    # warning RequireThis Reference to instance variable 'angle' needs "this.". 968 58
    # warning RequireThis Reference to instance variable 'angle' needs "this.". 969 62
    # warning RequireThis Reference to instance variable 'angle' needs "this.". 970 58
    # warning RequireThis Reference to instance variable 'angle' needs "this.". 971 58

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/java/swing/plaf/gtk/GTKEngine.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 385 29
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 385 37
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 398 38
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 398 46
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 409 21
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 409 29
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 417 60
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 417 68
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 426 58
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 426 66
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 437 36
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 437 44
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 447 35
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 447 43
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 456 55
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 456 63
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 466 33
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 466 41
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 474 55
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 474 63
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 482 61
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 482 69
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 495 33
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 495 41
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 505 33
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 505 41
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 513 55
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 513 63
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 521 52
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 521 60
    # warning RequireThis Reference to instance variable 'h0' needs "this.". 589 59

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/java/swing/plaf/gtk/GTKFileChooserUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'newFolderErrorSeparator' needs "GTKFileChooserUI.this.". 1203 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/java/swing/plaf/gtk/GTKStyleFactory.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'wt' needs "this.". 169 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/java/swing/plaf/gtk/Metacity.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'arg' needs "this.". 492 50
    # warning RequireThis Reference to instance variable 'arg' needs "this.". 503 63
    # warning RequireThis Reference to instance variable 'cr' needs "this.". 662 33
    # warning RequireThis Reference to instance variable 'cg' needs "this.". 663 33
    # warning RequireThis Reference to instance variable 'cb' needs "this.". 664 33
    # warning RequireThis Reference to instance variable 'w' needs "this.". 2129 64
    # warning RequireThis Reference to instance variable 'aw' needs "this.". 2129 83
    # warning RequireThis Reference to instance variable 'h' needs "this.". 2130 64
    # warning RequireThis Reference to instance variable 'ah' needs "this.". 2130 83
    # warning RequireThis Reference to instance variable 'w' needs "this.". 2145 55
    # warning RequireThis Reference to instance variable 'aw' needs "this.". 2145 74
    # warning RequireThis Reference to instance variable 'h' needs "this.". 2146 55
    # warning RequireThis Reference to instance variable 'ah' needs "this.". 2146 74

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/java/swing/plaf/motif/MotifScrollPaneUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'vsbBorder' needs "MotifScrollPaneUI.this.". 79 48
    # warning RequireThis Reference to instance variable 'vsbBorder' needs "this.". 124 36
    # warning RequireThis Reference to instance variable 'hsbBorder' needs "this.". 132 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/java/swing/plaf/motif/MotifSplitPaneDivider.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'hThumbWidth' needs "this.". 141 32
    # warning RequireThis Reference to instance variable 'hThumbHeight' needs "this.". 142 37
    # warning RequireThis Reference to instance variable 'hThumbHeight' needs "this.". 145 31
    # warning RequireThis Reference to instance variable 'hThumbWidth' needs "this.". 146 26
    # warning RequireThis Reference to instance variable 'hThumbHeight' needs "this.". 146 43
    # warning RequireThis Reference to instance variable 'hThumbWidth' needs "this.". 147 26
    # warning RequireThis Reference to instance variable 'hThumbWidth' needs "this.". 148 26
    # warning RequireThis Reference to instance variable 'hThumbHeight' needs "this.". 148 43
    # warning RequireThis Reference to instance variable 'vThumbOffset' needs "this.". 152 34
    # warning RequireThis Reference to instance variable 'vThumbWidth' needs "this.". 168 32
    # warning RequireThis Reference to instance variable 'vThumbHeight' needs "this.". 169 37
    # warning RequireThis Reference to instance variable 'vThumbHeight' needs "this.". 172 31
    # warning RequireThis Reference to instance variable 'vThumbWidth' needs "this.". 173 26
    # warning RequireThis Reference to instance variable 'vThumbHeight' needs "this.". 173 41
    # warning RequireThis Reference to instance variable 'vThumbWidth' needs "this.". 174 26
    # warning RequireThis Reference to instance variable 'vThumbWidth' needs "this.". 175 26
    # warning RequireThis Reference to instance variable 'vThumbHeight' needs "this.". 175 41
    # warning RequireThis Reference to instance variable 'vThumbOffset' needs "this.". 244 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/java/swing/plaf/windows/AnimationController.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'startTime' needs "this.". 365 48
    # warning RequireThis Reference to instance variable 'duration' needs "this.". 366 19
    # warning RequireThis Reference to instance variable 'progress' needs "this.". 389 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/java/swing/plaf/windows/TMSchema.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'value' needs "this.". 520 53
    # warning RequireThis Reference to instance variable 'enumName' needs "this.". 548 29
    # warning RequireThis Reference to instance variable 'value' needs "this.". 548 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/java/swing/plaf/windows/WindowsButtonUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dashedRectGapWidth' needs "this.". 131 51
    # warning RequireThis Reference to instance variable 'dashedRectGapHeight' needs "this.". 131 80

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/java/swing/plaf/windows/WindowsIconFactory.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'menuItem' needs "this.". 778 49
    # warning RequireThis Reference to instance variable 'type' needs "this.". 883 64

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/java/swing/plaf/windows/WindowsInternalFrameTitlePane.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'buttonHeight' needs "WindowsInternalFrameTitlePane.this.". 440 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/java/swing/plaf/windows/WindowsLookAndFeel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'baseUnitX' needs "this.". 2550 26
    # warning RequireThis Reference to instance variable 'baseUnitY' needs "this.". 2554 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/java/swing/plaf/windows/WindowsMenuUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'menuBarHeight' needs "this.". 288 49

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/java/swing/plaf/windows/WindowsTableHeaderUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'top' needs "this.". 233 54
    # warning RequireThis Reference to instance variable 'left' needs "this.". 241 21
    # warning RequireThis Reference to instance variable 'left' needs "this.". 241 37
    # warning RequireThis Reference to instance variable 'right' needs "this.". 241 44
    # warning RequireThis Reference to instance variable 'top' needs "this.". 242 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/java/swing/plaf/windows/WindowsToggleButtonUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cachedBackgroundColor' needs "this.". 124 23
    # warning RequireThis Reference to instance variable 'cachedHighlightColor' needs "this.". 124 54
    # warning RequireThis Reference to instance variable 'dashedRectGapWidth' needs "this.". 161 58
    # warning RequireThis Reference to instance variable 'dashedRectGapHeight' needs "this.". 162 59

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/java/util/jar/pack/AdaptiveCoding.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'tailCoding' needs "this.". 63 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/java/util/jar/pack/Attribute.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ctype' needs "this.". 541 28
    # warning RequireThis Reference to instance variable 'name' needs "this.". 553 49
    # warning RequireThis Reference to instance variable 'layout' needs "this.". 553 58
    # warning RequireThis Reference to instance variable 'name' needs "this.". 559 43
    # warning RequireThis Reference to instance variable 'bandCount' needs "Layout.this.". 581 37
    # warning RequireThis Reference to instance variable 'bandIndex' needs "this.". 606 42
    # warning RequireThis Reference to instance variable 'flags' needs "this.". 607 44
    # warning RequireThis Reference to instance variable 'kind' needs "this.". 607 51
    # warning RequireThis Reference to instance variable 'len' needs "this.". 607 56
    # warning RequireThis Reference to instance variable 'refKind' needs "this.". 608 41
    # warning RequireThis Reference to instance variable 'value' needs "this.". 609 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/java/util/jar/pack/BandStructure.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'seqForDebug' needs "this.". 378 40
    # warning RequireThis Reference to instance variable 'elementCountForDebug' needs "this.". 507 30
    # warning RequireThis Reference to instance variable 'valuesDisbursed' needs "this.". 539 29
    # warning RequireThis Reference to instance variable 'archive_header_S' needs "BandStructure.this.". 547 28
    # warning RequireThis Reference to instance variable 'length' needs "this.". 549 24
    # warning RequireThis Reference to instance variable 'archive_header_0' needs "BandStructure.this.". 573 25
    # warning RequireThis Reference to instance variable 'archive_header_S' needs "BandStructure.this.". 574 25
    # warning RequireThis Reference to instance variable 'archive_header_1' needs "BandStructure.this.". 575 25
    # warning RequireThis Reference to instance variable 'bandCoding' needs "this.". 615 65
    # warning RequireThis Reference to instance variable 'outputCounter' needs "BandStructure.this.". 677 24
    # warning RequireThis Reference to instance variable 'outputCounter' needs "BandStructure.this.". 690 24
    # warning RequireThis Reference to instance variable 'bandCoding' needs "this.". 733 65
    # warning RequireThis Reference to instance variable 'length' needs "this.". 748 38
    # warning RequireThis Reference to instance variable 'bandCoding' needs "this.". 750 41
    # warning RequireThis Reference to instance variable 'length' needs "this.". 769 38
    # warning RequireThis Reference to instance variable 'bandCount' needs "this.". 1208 24
    # warning RequireThis Reference to instance variable 'bandCount' needs "this.". 1272 33
    # warning RequireThis Reference to instance variable 'bandCount' needs "this.". 1281 33
    # warning RequireThis Reference to instance variable 'bandCount' needs "this.". 1294 33
    # warning RequireThis Reference to instance variable 'bandCount' needs "this.". 1310 33
    # warning RequireThis Reference to instance variable 'archiveSize1' needs "this.". 1362 43
    # warning RequireThis Reference to instance variable 'attrClassFileVersion' needs "this.". 1936 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/java/util/jar/pack/ClassReader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'inPos' needs "this.". 159 86
    # warning RequireThis Reference to instance variable 'inPos' needs "this.". 256 43
    # warning RequireThis Reference to instance variable 'cls' needs "this.". 433 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/java/util/jar/pack/ClassWriter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cls' needs "this.". 82 60
    # warning RequireThis Reference to instance variable 'cls' needs "this.". 98 57
    # warning RequireThis Reference to instance variable 'bufOut' needs "this.". 206 31
    # warning RequireThis Reference to instance variable 'cls' needs "this.". 213 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/java/util/jar/pack/Code.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'bytes' needs "this.". 132 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/java/util/jar/pack/Coding.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'min' needs "this.". 433 22
    # warning RequireThis Reference to instance variable 'max' needs "this.". 433 34
    # warning RequireThis Reference to instance variable 'umin' needs "this.". 442 22
    # warning RequireThis Reference to instance variable 'umax' needs "this.". 442 35
    # warning RequireThis Reference to instance variable 'del' needs "this.". 470 37
    # warning RequireThis Reference to instance variable 'del' needs "this.". 484 37
    # warning RequireThis Reference to instance variable 'B' needs "this.". 498 39
    # warning RequireThis Reference to instance variable 'min' needs "this.". 529 23
    # warning RequireThis Reference to instance variable 'L' needs "this.". 650 39
    # warning RequireThis Reference to instance variable 'B' needs "this.". 784 33
    # warning RequireThis Reference to instance variable 'B' needs "this.". 788 33
    # warning RequireThis Reference to instance variable 'B' needs "this.". 798 35
    # warning RequireThis Reference to instance variable 'B' needs "this.". 811 30
    # warning RequireThis Reference to instance variable 'B' needs "this.". 825 22
    # warning RequireThis Reference to instance variable 'S' needs "this.". 838 28
    # warning RequireThis Reference to instance variable 'B' needs "this.". 873 20
    # warning RequireThis Reference to instance variable 'H' needs "this.". 873 26
    # warning RequireThis Reference to instance variable 'S' needs "this.". 873 32
    # warning RequireThis Reference to instance variable 'del' needs "this.". 873 38
    # warning RequireThis Reference to instance variable 'min' needs "this.". 885 62
    # warning RequireThis Reference to instance variable 'max' needs "this.". 886 62
    # warning RequireThis Reference to instance variable 'L' needs "this.". 887 40
    # warning RequireThis Reference to instance variable 'B' needs "this.". 895 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/java/util/jar/pack/CodingChooser.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'searchOrder' needs "this.". 103 30
    # warning RequireThis Reference to instance variable 'minDistance' needs "this.". 105 30
    # warning RequireThis Reference to instance variable 'zipSize' needs "this.". 107 30
    # warning RequireThis Reference to instance variable 'byteSize' needs "this.". 109 30
    # warning RequireThis Reference to instance variable 'histSize' needs "this.". 111 30
    # warning RequireThis Reference to instance variable 'index' needs "this.". 112 30
    # warning RequireThis Reference to instance variable 'coding' needs "this.". 112 47
    # warning RequireThis Reference to instance variable 'bestChoice' needs "this.". 340 31
    # warning RequireThis Reference to instance variable 'bestMethod' needs "this.". 348 29
    # warning RequireThis Reference to instance variable 'bestChoice' needs "this.". 351 53
    # warning RequireThis Reference to instance variable 'bestZipSize' needs "this.". 351 132
    # warning RequireThis Reference to instance variable 'bestMethod' needs "this.". 375 47
    # warning RequireThis Reference to instance variable 'bestZipSize' needs "this.". 376 40
    # warning RequireThis Reference to instance variable 'bestZipSize' needs "this.". 378 52
    # warning RequireThis Reference to instance variable 'min' needs "this.". 403 72
    # warning RequireThis Reference to instance variable 'max' needs "this.". 403 81
    # warning RequireThis Reference to instance variable 'min' needs "this.". 431 65
    # warning RequireThis Reference to instance variable 'max' needs "this.". 431 74
    # warning RequireThis Reference to instance variable 'searchOrder' needs "this.". 453 33
    # warning RequireThis Reference to instance variable 'bestChoice' needs "this.". 475 18
    # warning RequireThis Reference to instance variable 'targetSize' needs "this.". 481 46
    # warning RequireThis Reference to instance variable 'bestZipSize' needs "this.". 502 37
    # warning RequireThis Reference to instance variable 'fuzz' needs "this.". 512 43
    # warning RequireThis Reference to instance variable 'searchOrder' needs "this.". 526 34
    # warning RequireThis Reference to instance variable 'start' needs "this.". 660 40
    # warning RequireThis Reference to instance variable 'targetSize' needs "this.". 704 36
    # warning RequireThis Reference to instance variable 'bestByteSize' needs "this.". 724 54
    # warning RequireThis Reference to instance variable 'bestByteSize' needs "this.". 847 55
    # warning RequireThis Reference to instance variable 'bestZipSize' needs "this.". 848 37
    # warning RequireThis Reference to instance variable 'bestZipSize' needs "this.". 850 45
    # warning RequireThis Reference to instance variable 'bestZipSize' needs "this.". 853 48
    # warning RequireThis Reference to instance variable 'bestZipSize' needs "this.". 1137 48
    # warning RequireThis Reference to instance variable 'end' needs "this.". 1237 37
    # warning RequireThis Reference to instance variable 'start' needs "this.". 1305 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/java/util/jar/pack/ConstantPool.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'valueHash' needs "this.". 199 44
    # warning RequireThis Reference to instance variable 'debugName' needs "this.". 848 56
    # warning RequireThis Reference to instance variable 'debugName' needs "this.". 879 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/java/util/jar/pack/FixedList.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'flist' needs "this.". 171 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/java/util/jar/pack/Fixups.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 103 29
    # warning RequireThis Reference to instance variable 'entry' needs "this.". 266 69
    # warning RequireThis Reference to instance variable 'size' needs "Fixups.this.". 275 51
    # warning RequireThis Reference to instance variable 'size' needs "Fixups.this.". 284 25
    # warning RequireThis Reference to instance variable 'size' needs "this.". 334 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/java/util/jar/pack/Instruction.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'length' needs "this.". 73 21
    # warning RequireThis Reference to instance variable 'length' needs "this.". 77 24
    # warning RequireThis Reference to instance variable 'pc' needs "this.". 96 32
    # warning RequireThis Reference to instance variable 'pc' needs "this.". 193 23
    # warning RequireThis Reference to instance variable 'pc' needs "this.". 194 23
    # warning RequireThis Reference to instance variable 'pc' needs "this.". 195 23
    # warning RequireThis Reference to instance variable 'pc' needs "this.". 202 52
    # warning RequireThis Reference to instance variable 'pc' needs "this.". 204 50
    # warning RequireThis Reference to instance variable 'pc' needs "Instruction.this.". 241 69
    # warning RequireThis Reference to instance variable 'pc' needs "Instruction.this.". 242 74
    # warning RequireThis Reference to instance variable 'pc' needs "Instruction.this.". 275 60
    # warning RequireThis Reference to instance variable 'pc' needs "Instruction.this.". 279 70
    # warning RequireThis Reference to instance variable 'pc' needs "Instruction.this.". 295 25
    # warning RequireThis Reference to instance variable 'pc' needs "Instruction.this.". 303 64
    # warning RequireThis Reference to instance variable 'pc' needs "Instruction.this.". 310 74
    # warning RequireThis Reference to instance variable 'pc' needs "Instruction.this.". 316 25
    # warning RequireThis Reference to instance variable 'length' needs "this.". 341 29
    # warning RequireThis Reference to instance variable 'bc' needs "this.". 365 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/java/util/jar/pack/NativeUnpack.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable '_estByteLimit' needs "this.". 145 50
    # warning RequireThis Reference to instance variable '_prevPercent' needs "this.". 152 23
    # warning RequireThis Reference to instance variable '_estSegLimit' needs "this.". 199 37
    # warning RequireThis Reference to instance variable '_segCount' needs "this.". 199 53

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/java/util/jar/pack/Package.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'package_minver' needs "this.". 106 41
    # warning RequireThis Reference to instance variable 'package_minver' needs "this.". 176 48
    # warning RequireThis Reference to instance variable 'default_modtime' needs "Package.this.". 785 57
    # warning RequireThis Reference to instance variable 'modtime' needs "this.". 809 46
    # warning RequireThis Reference to instance variable 'allInnerClasses' needs "this.". 909 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/java/util/jar/pack/PackageReader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 87 46
    # warning RequireThis Reference to instance variable 'buffered' needs "this.". 88 35
    # warning RequireThis Reference to instance variable 'servedPos' needs "this.". 92 36
    # warning RequireThis Reference to instance variable 'servedPos' needs "this.". 111 30
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 115 30
    # warning RequireThis Reference to instance variable 'servedPos' needs "this.". 119 30
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 123 30
    # warning RequireThis Reference to instance variable 'limit' needs "LimitedBuffer.this.". 134 37
    # warning RequireThis Reference to instance variable 'limit' needs "LimitedBuffer.this.". 140 37
    # warning RequireThis Reference to instance variable 'buffered' needs "LimitedBuffer.this.". 143 50
    # warning RequireThis Reference to instance variable 'numFiles' needs "this.". 732 45
    # warning RequireThis Reference to instance variable 'numFiles' needs "this.". 758 29
    # warning RequireThis Reference to instance variable 'numFiles' needs "this.". 768 29
    # warning RequireThis Reference to instance variable 'numAttrDefs' needs "this.". 834 33
    # warning RequireThis Reference to instance variable 'numInnerClasses' needs "this.". 872 29
    # warning RequireThis Reference to instance variable 'numInnerClasses' needs "this.". 885 29
    # warning RequireThis Reference to instance variable 'numClasses' needs "this.". 1146 34
    # warning RequireThis Reference to instance variable 'numClasses' needs "this.". 1157 112

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/java/util/jar/pack/PackerImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'passFiles' needs "this.". 282 62
    # warning RequireThis Reference to instance variable 'f' needs "this.". 381 66
    # warning RequireThis Reference to instance variable 'nread' needs "this.". 408 45
    # warning RequireThis Reference to instance variable 'segmentLimit' needs "this.". 432 47
    # warning RequireThis Reference to instance variable 'segmentLimit' needs "this.". 469 47
    # warning RequireThis Reference to instance variable 'segmentTotalSize' needs "this.". 573 35
    # warning RequireThis Reference to instance variable 'segmentCount' needs "this.". 574 35
    # warning RequireThis Reference to instance variable 'totalOutputSize' needs "this.". 575 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/java/util/jar/pack/PopulationCoding.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fVlen' needs "this.". 126 52
    # warning RequireThis Reference to instance variable 'fVlen' needs "this.". 131 24
    # warning RequireThis Reference to instance variable 'fVlen' needs "this.". 223 38
    # warning RequireThis Reference to instance variable 'fVlen' needs "this.". 243 55
    # warning RequireThis Reference to instance variable 'fVlen' needs "this.". 260 34
    # warning RequireThis Reference to instance variable 'L' needs "this.". 422 44
    # warning RequireThis Reference to instance variable 'fVlen' needs "this.". 488 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jmx/interceptor/DefaultMBeanServerInterceptor.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mbean' needs "this.". 1741 49
    # warning RequireThis Reference to instance variable 'listener' needs "this.". 1762 35
    # warning RequireThis Reference to instance variable 'mbean' needs "this.". 1762 58

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jmx/mbeanserver/Repository.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'domain' needs "this.". 402 20
    # warning RequireThis Reference to instance variable 'domain' needs "this.". 647 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jmx/remote/internal/ArrayNotificationBuffer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'queueSize' needs "this.". 170 40
    # warning RequireThis Reference to instance variable 'queueSize' needs "this.". 191 27
    # warning RequireThis Reference to instance variable 'queueSize' needs "this.". 206 24
    # warning RequireThis Reference to instance variable 'queueSize' needs "this.". 501 32
    # warning RequireThis Reference to instance variable 'earliestSequenceNumber' needs "this.". 506 23
    # warning RequireThis Reference to instance variable 'nextSequenceNumber' needs "this.". 512 58
    # warning RequireThis Reference to instance variable 'earliestSequenceNumber' needs "this.". 522 30
    # warning RequireThis Reference to instance variable 'earliestSequenceNumber' needs "this.". 525 19
    # warning RequireThis Reference to instance variable 'sender' needs "this.". 547 43
    # warning RequireThis Reference to instance variable 'notification' needs "this.". 547 59

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jmx/remote/internal/ArrayQueue.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'capacity' needs "this.". 62 36
    # warning RequireThis Reference to instance variable 'head' needs "this.". 63 24
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 72 21
    # warning RequireThis Reference to instance variable 'capacity' needs "this.". 76 29
    # warning RequireThis Reference to instance variable 'capacity' needs "this.". 86 34
    # warning RequireThis Reference to instance variable 'head' needs "this.". 92 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jmx/remote/internal/ClientNotifForwarder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'clientSequenceNumber' needs "ClientNotifForwarder.this.". 486 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jmx/remote/internal/ServerCommunicatorAdmin.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'timestamp' needs "ServerCommunicatorAdmin.this.". 156 69
    # warning RequireThis Reference to instance variable 'timestamp' needs "ServerCommunicatorAdmin.this.". 174 58
    # warning RequireThis Reference to instance variable 'timeout' needs "ServerCommunicatorAdmin.this.". 177 54

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jmx/remote/security/FileLoginModule.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'passwordFileDisplayName' needs "this.". 228 21
    # warning RequireThis Reference to instance variable 'passwordFileDisplayName' needs "this.". 239 47
    # warning RequireThis Reference to instance variable 'username' needs "this.". 467 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jmx/remote/security/MBeanServerFileAccessController.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'len' needs "this.". 422 21
    # warning RequireThis Reference to instance variable 'len' needs "this.". 511 25
    # warning RequireThis Reference to instance variable 'identity' needs "this.". 537 34
    # warning RequireThis Reference to instance variable 's' needs "this.". 537 51

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jmx/remote/util/CacheMap.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nSoftReferences' needs "this.". 101 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jmx/snmp/BerDecoder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'next' needs "this.". 291 43
    # warning RequireThis Reference to instance variable 'next' needs "this.". 363 31
    # warning RequireThis Reference to instance variable 'next' needs "this.". 383 35
    # warning RequireThis Reference to instance variable 'next' needs "this.". 431 16
    # warning RequireThis Reference to instance variable 'next' needs "this.". 436 16
    # warning RequireThis Reference to instance variable 'next' needs "this.". 440 25
    # warning RequireThis Reference to instance variable 'next' needs "this.". 539 36
    # warning RequireThis Reference to instance variable 'next' needs "this.". 584 36
    # warning RequireThis Reference to instance variable 'next' needs "this.". 628 36
    # warning RequireThis Reference to instance variable 'next' needs "this.". 674 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jmx/snmp/BerEncoder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'start' needs "this.". 75 39
    # warning RequireThis Reference to instance variable 'start' needs "this.". 263 21
    # warning RequireThis Reference to instance variable 'start' needs "this.". 368 21
    # warning RequireThis Reference to instance variable 'start' needs "this.". 398 21
    # warning RequireThis Reference to instance variable 'start' needs "this.". 452 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jmx/snmp/IPAcl/ASCII_CharStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 66 73
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 68 56
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 71 75
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 72 63
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 75 79
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 76 67
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 79 51
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 83 73
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 86 75
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 89 79
    # warning RequireThis Reference to instance variable 'available' needs "this.". 108 28
    # warning RequireThis Reference to instance variable 'bufsize' needs "this.". 110 26
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 122 30
    # warning RequireThis Reference to instance variable 'available' needs "this.". 124 32
    # warning RequireThis Reference to instance variable 'maxNextCharInd' needs "this.". 133 49
    # warning RequireThis Reference to instance variable 'maxNextCharInd' needs "this.". 208 22
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 324 20
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 325 56
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 327 57
    # warning RequireThis Reference to instance variable 'bufpos' needs "this.". 339 51
    # warning RequireThis Reference to instance variable 'bufpos' needs "this.". 340 65
    # warning RequireThis Reference to instance variable 'bufpos' needs "this.". 341 48
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 362 20
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 364 24
    # warning RequireThis Reference to instance variable 'inBuf' needs "this.". 364 37
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 368 25
    # warning RequireThis Reference to instance variable 'bufpos' needs "this.". 368 38
    # warning RequireThis Reference to instance variable 'inBuf' needs "this.". 368 51
    # warning RequireThis Reference to instance variable 'bufsize' needs "this.". 375 33
    # warning RequireThis Reference to instance variable 'bufsize' needs "this.". 375 67
    # warning RequireThis Reference to instance variable 'bufsize' needs "this.". 391 36
    # warning RequireThis Reference to instance variable 'bufsize' needs "this.". 391 66

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jmx/snmp/IPAcl/JJTParserState.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mk' needs "this.". 77 16
    # warning RequireThis Reference to instance variable 'mk' needs "this.". 91 17
    # warning RequireThis Reference to instance variable 'mk' needs "this.". 96 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jmx/snmp/IPAcl/NetMaskImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'prefix' needs "this.". 263 72

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jmx/snmp/IPAcl/ParseException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'eol' needs "this.". 152 113
    # warning RequireThis Reference to instance variable 'eol' needs "this.". 154 36
    # warning RequireThis Reference to instance variable 'eol' needs "this.". 156 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jmx/snmp/IPAcl/Parser.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 987 37
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 989 37
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 995 37
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 997 37
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 999 37
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1005 37
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1010 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1013 37
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1015 37
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1021 37
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1023 37
    # warning RequireThis Reference to instance variable 'jj_gen' needs "this.". 1116 25
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1129 23
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 1141 36
    # warning RequireThis Reference to instance variable 'jj_endpos' needs "this.". 1183 27
    # warning RequireThis Reference to instance variable 'jj_gen' needs "this.". 1216 24
    # warning RequireThis Reference to instance variable 'jj_gen' needs "this.". 1255 21
    # warning RequireThis Reference to instance variable 'jj_gen' needs "this.". 1271 20
    # warning RequireThis Reference to instance variable 'jj_la' needs "this.". 1275 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jmx/snmp/IPAcl/ParserTokenManager.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'jjround' needs "this.". 723 27
    # warning RequireThis Reference to instance variable 'jjmatchedPos' needs "this.". 1480 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jmx/snmp/SnmpNull.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 84 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jmx/snmp/SnmpV3Message.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'msgId' needs "this.". 482 32
    # warning RequireThis Reference to instance variable 'msgMaxSize' needs "this.". 483 37
    # warning RequireThis Reference to instance variable 'msgFlags' needs "this.". 484 35
    # warning RequireThis Reference to instance variable 'msgSecurityModel' needs "this.". 485 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jmx/snmp/agent/SnmpIndex.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 67 26
    # warning RequireThis Reference to instance variable 'size' needs "this.". 120 25
    # warning RequireThis Reference to instance variable 'size' needs "this.". 143 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jmx/snmp/agent/SnmpMib.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 109 22
    # warning RequireThis Reference to instance variable 'size' needs "this.". 111 22
    # warning RequireThis Reference to instance variable 'size' needs "this.". 135 18
    # warning RequireThis Reference to instance variable 'size' needs "this.". 137 18
    # warning RequireThis Reference to instance variable 'size' needs "this.". 150 26
    # warning RequireThis Reference to instance variable 'size' needs "this.". 156 21
    # warning RequireThis Reference to instance variable 'size' needs "this.". 169 22
    # warning RequireThis Reference to instance variable 'DELTA' needs "this.". 206 55
    # warning RequireThis Reference to instance variable 'DELTA' needs "this.". 220 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jmx/snmp/agent/SnmpMibOid.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nbChildren' needs "this.". 315 21
    # warning RequireThis Reference to instance variable 'nbChildren' needs "this.". 428 25
    # warning RequireThis Reference to instance variable 'nbChildren' needs "this.". 444 20

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jmx/snmp/agent/SnmpMibTable.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 524 20
    # warning RequireThis Reference to instance variable 'size' needs "this.". 640 20
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1638 37
    # warning RequireThis Reference to instance variable 'nodeId' needs "this.". 1856 27
    # warning RequireThis Reference to instance variable 'nodeId' needs "this.". 1952 35
    # warning RequireThis Reference to instance variable 'nodeId' needs "this.". 1959 35
    # warning RequireThis Reference to instance variable 'nodeId' needs "this.". 2184 25
    # warning RequireThis Reference to instance variable 'tablecount' needs "this.". 2417 20
    # warning RequireThis Reference to instance variable 'tablesize' needs "this.". 2435 20
    # warning RequireThis Reference to instance variable 'tablesize' needs "this.". 2435 47
    # warning RequireThis Reference to instance variable 'tablecount' needs "this.". 2446 27
    # warning RequireThis Reference to instance variable 'tablecount' needs "this.". 2462 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jmx/snmp/agent/SnmpRequestTree.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 207 27
    # warning RequireThis Reference to instance variable 'size' needs "this.". 218 24
    # warning RequireThis Reference to instance variable 'entrysize' needs "this.". 512 31
    # warning RequireThis Reference to instance variable 'entrysize' needs "this.". 512 58
    # warning RequireThis Reference to instance variable 'entrycount' needs "this.". 529 27
    # warning RequireThis Reference to instance variable 'entrycount' needs "this.". 562 30
    # warning RequireThis Reference to instance variable 'entrycount' needs "this.". 608 39
    # warning RequireThis Reference to instance variable 'entrycount' needs "this.". 663 37
    # warning RequireThis Reference to instance variable 'entrycount' needs "this.". 671 37
    # warning RequireThis Reference to instance variable 'entrycount' needs "this.". 679 37
    # warning RequireThis Reference to instance variable 'entrycount' needs "this.". 687 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jmx/snmp/daemon/ClientHandler.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'requestId' needs "this.". 131 104

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jmx/snmp/daemon/CommunicatorServer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'startException' needs "this.". 581 50
    # warning RequireThis Reference to instance variable 'bottomMBS' needs "this.". 975 21
    # warning RequireThis Reference to instance variable 'maxActiveClientCount' needs "this.". 1040 42
    # warning RequireThis Reference to instance variable 'notifCount' needs "this.". 1271 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jmx/snmp/daemon/SnmpAdaptorServer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'startUpTime' needs "this.". 2601 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jmx/snmp/daemon/SnmpSubBulkRequestHandler.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 270 26
    # warning RequireThis Reference to instance variable 'nonRepeat' needs "this.". 304 28
    # warning RequireThis Reference to instance variable 'maxRepeat' needs "this.". 305 31
    # warning RequireThis Reference to instance variable 'globalR' needs "this.". 307 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jmx/snmp/daemon/SnmpSubRequestHandler.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'type' needs "this.". 216 58

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jmx/snmp/internal/SnmpEngineImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'startTime' needs "this.". 130 60
    # warning RequireThis Reference to instance variable 'startTime' needs "this.". 143 61
    # warning RequireThis Reference to instance variable 'engineid' needs "this.". 238 43
    # warning RequireThis Reference to instance variable 'boot' needs "this.". 239 49
    # warning RequireThis Reference to instance variable 'engineid' needs "this.". 270 43
    # warning RequireThis Reference to instance variable 'boot' needs "this.". 271 49
    # warning RequireThis Reference to instance variable 'engineid' needs "this.". 300 43
    # warning RequireThis Reference to instance variable 'boot' needs "this.". 301 49

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jmx/snmp/tasks/ThreadService.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'currThreds' needs "this.". 138 25
    # warning RequireThis Reference to instance variable 'minThreads' needs "this.". 218 56

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jndi/cosnaming/CNCtx.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'enumCount' needs "this.". 1123 61
    # warning RequireThis Reference to instance variable 'enumCount' needs "this.". 1134 61
    # warning RequireThis Reference to instance variable 'isCloseCalled' needs "this.". 1135 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jndi/cosnaming/CorbanameUrl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'location' needs "this.". 85 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jndi/cosnaming/OrbReuseTracker.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'referenceCnt' needs "this.". 54 65
    # warning RequireThis Reference to instance variable 'referenceCnt' needs "this.". 61 65

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jndi/dns/DnsClient.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'retries' needs "this.". 188 37
    # warning RequireThis Reference to instance variable 'resps' needs "this.". 524 35
    # warning RequireThis Reference to instance variable 'resps' needs "this.". 588 53

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jndi/dns/DnsContext.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'domain' needs "this.". 594 70

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jndi/dns/DnsName.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'domain' needs "this.". 357 72
    # warning RequireThis Reference to instance variable 'domain' needs "this.". 603 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jndi/dns/ResourceRecord.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'rrclassName' needs "this.". 128 36
    # warning RequireThis Reference to instance variable 'rrtypeName' needs "this.". 128 56
    # warning RequireThis Reference to instance variable 'ttl' needs "this.". 130 27
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 279 23
    # warning RequireThis Reference to instance variable 'rdlen' needs "this.". 462 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jndi/ldap/ClientId.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'port' needs "this.". 219 34
    # warning RequireThis Reference to instance variable 'socketFactory' needs "this.". 222 13

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jndi/ldap/Connection.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'outStream' needs "this.". 409 57
    # warning RequireThis Reference to instance variable 'port' needs "this.". 438 76
    # warning RequireThis Reference to instance variable 'readTimeout' needs "this.". 468 31
    # warning RequireThis Reference to instance variable 'host' needs "this.". 636 73
    # warning RequireThis Reference to instance variable 'port' needs "this.". 636 86
    # warning RequireThis Reference to instance variable 'inStream' needs "this.". 686 47
    # warning RequireThis Reference to instance variable 'outStream' needs "this.". 687 47
    # warning RequireThis Reference to instance variable 'inStream' needs "this.". 772 41
    # warning RequireThis Reference to instance variable 'inStream' needs "this.". 788 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jndi/ldap/DigestClientId.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pHash' needs "this.". 86 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jndi/ldap/EventSupport.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'unsolicited' needs "this.". 234 13
    # warning RequireThis Reference to instance variable 'unsolicited' needs "this.". 265 19

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jndi/ldap/LdapClient.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'referenceCount' needs "this.". 395 61
    # warning RequireThis Reference to instance variable 'referenceCount' needs "this.". 425 65

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jndi/ldap/LdapClientFactory.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'port' needs "this.". 69 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jndi/ldap/LdapCtx.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'currentDN' needs "this.". 335 35
    # warning RequireThis Reference to instance variable 'enumCount' needs "this.". 2815 76
    # warning RequireThis Reference to instance variable 'enumCount' needs "this.". 2820 76
    # warning RequireThis Reference to instance variable 'referralHopLimit' needs "this.". 2911 32
    # warning RequireThis Reference to instance variable 'referralHopLimit' needs "this.". 2937 28
    # warning RequireThis Reference to instance variable 'referralHopLimit' needs "this.". 3004 32
    # warning RequireThis Reference to instance variable 'unsolicited' needs "this.". 3504 64

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jndi/ldap/LdapName.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'unparsed' needs "this.". 240 70
    # warning RequireThis Reference to instance variable 'unparsed' needs "this.". 377 40
    # warning RequireThis Reference to instance variable 'len' needs "this.". 418 26
    # warning RequireThis Reference to instance variable 'name' needs "this.". 423 71
    # warning RequireThis Reference to instance variable 'len' needs "this.". 434 23
    # warning RequireThis Reference to instance variable 'name' needs "this.". 435 66
    # warning RequireThis Reference to instance variable 'len' needs "this.". 447 26
    # warning RequireThis Reference to instance variable 'len' needs "this.". 451 28
    # warning RequireThis Reference to instance variable 'name' needs "this.". 452 71
    # warning RequireThis Reference to instance variable 'len' needs "this.". 460 28
    # warning RequireThis Reference to instance variable 'len' needs "this.". 478 26
    # warning RequireThis Reference to instance variable 'cur' needs "this.". 494 24
    # warning RequireThis Reference to instance variable 'name' needs "this.". 495 67
    # warning RequireThis Reference to instance variable 'len' needs "this.". 506 23
    # warning RequireThis Reference to instance variable 'len' needs "this.". 508 30
    # warning RequireThis Reference to instance variable 'len' needs "this.". 518 26
    # warning RequireThis Reference to instance variable 'len' needs "this.". 530 27
    # warning RequireThis Reference to instance variable 'len' needs "this.". 536 24
    # warning RequireThis Reference to instance variable 'name' needs "this.". 537 67
    # warning RequireThis Reference to instance variable 'len' needs "this.". 549 27
    # warning RequireThis Reference to instance variable 'len' needs "this.". 556 23
    # warning RequireThis Reference to instance variable 'name' needs "this.". 557 67
    # warning RequireThis Reference to instance variable 'len' needs "this.". 571 27
    # warning RequireThis Reference to instance variable 'len' needs "this.". 581 27
    # warning RequireThis Reference to instance variable 'value' needs "this.". 700 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jndi/ldap/LdapNamingEnumeration.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 215 21
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 220 20
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 262 21
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 266 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jndi/ldap/LdapReferralException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'referralIndex' needs "this.". 168 53
    # warning RequireThis Reference to instance variable 'referralCount' needs "this.". 225 33
    # warning RequireThis Reference to instance variable 'referralCount' needs "this.". 308 51
    # warning RequireThis Reference to instance variable 'foundEntry' needs "this.". 409 46
    # warning RequireThis Reference to instance variable 'skipThisReferral' needs "this.". 410 52
    # warning RequireThis Reference to instance variable 'referralIndex' needs "this.". 411 49
    # warning RequireThis Reference to instance variable 'referralCount' needs "this.". 415 33
    # warning RequireThis Reference to instance variable 'errorEx' needs "this.". 422 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jndi/ldap/LdapRequest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'highWatermark' needs "this.". 97 54
    # warning RequireThis Reference to instance variable 'msgId' needs "this.". 105 60

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jndi/ldap/NotifierArgs.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'controls' needs "this.". 93 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jndi/ldap/SimpleClientId.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'username' needs "this.". 96 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jndi/ldap/ext/StartTlsResponseImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'hostname' needs "this.". 252 54
    # warning RequireThis Reference to instance variable 'currentFactory' needs "this.". 336 24
    # warning RequireThis Reference to instance variable 'sslSocket' needs "this.". 343 68

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jndi/ldap/pool/ConnectionDesc.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'conn' needs "this.". 70 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jndi/ldap/pool/Connections.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'prefSize' needs "this.". 184 38
    # warning RequireThis Reference to instance variable 'maxSize' needs "this.". 199 36
    # warning RequireThis Reference to instance variable 'prefSize' needs "this.". 227 59

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jndi/ldap/pool/Pool.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxSize' needs "this.". 210 45
    # warning RequireThis Reference to instance variable 'prefSize' needs "this.". 211 47
    # warning RequireThis Reference to instance variable 'initSize' needs "this.". 212 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jndi/ldap/pool/PoolCleaner.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'period' needs "this.". 59 58

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jndi/ldap/sasl/DefaultCallbackHandler.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'authRealm' needs "this.". 97 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jndi/ldap/sasl/SaslInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'bufPos' needs "this.". 99 34
    # warning RequireThis Reference to instance variable 'recvMaxBufSize' needs "this.". 129 19
    # warning RequireThis Reference to instance variable 'recvMaxBufSize' needs "this.". 132 17
    # warning RequireThis Reference to instance variable 'in' needs "this.". 162 66
    # warning RequireThis Reference to instance variable 'bufPos' needs "this.". 182 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jndi/ldap/sasl/SaslOutputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'rawSendSize' needs "this.". 86 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jndi/rmi/registry/RegistryContext.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'host' needs "this.". 331 54
    # warning RequireThis Reference to instance variable 'host' needs "this.". 332 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jndi/toolkit/ctx/Continuation.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'relativeResolvedName' needs "this.". 435 42
    # warning RequireThis Reference to instance variable 'resolvedContext' needs "this.". 436 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/jndi/toolkit/dir/SearchFilter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'filter' needs "this.". 90 43
    # warning RequireThis Reference to instance variable 'filter' needs "this.". 95 39
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 116 56
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 155 56
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 168 36
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 192 42
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 198 44
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 198 58
    # warning RequireThis Reference to instance variable 'attrID' needs "this.". 328 62
    # warning RequireThis Reference to instance variable 'value' needs "this.". 329 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/management/GcInfo.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'startTime' needs "this.". 147 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/management/VMOption.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'value' needs "this.". 179 29
    # warning RequireThis Reference to instance variable 'origin' needs "this.". 180 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/AlawCodec.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'highByte' needs "this.". 389 60
    # warning RequireThis Reference to instance variable 'lowByte' needs "this.". 390 60

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/AudioFloatConverter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'stepsize' needs "this.". 97 43
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 98 39
    # warning RequireThis Reference to instance variable 'stepsize' needs "this.". 110 43
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 111 38
    # warning RequireThis Reference to instance variable 'xbytes' needs "this.". 767 37
    # warning RequireThis Reference to instance variable 'xbytes' needs "this.". 813 37
    # warning RequireThis Reference to instance variable 'xbytes' needs "this.". 852 37
    # warning RequireThis Reference to instance variable 'xbytes' needs "this.". 899 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/AudioFloatFormatConverter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fsize' needs "this.". 74 30
    # warning RequireThis Reference to instance variable 'fsize' needs "this.". 81 26
    # warning RequireThis Reference to instance variable 'fsize' needs "this.". 88 26
    # warning RequireThis Reference to instance variable 'fsize' needs "this.". 96 37
    # warning RequireThis Reference to instance variable 'fsize' needs "this.". 108 40
    # warning RequireThis Reference to instance variable 'fsize' needs "this.". 111 26
    # warning RequireThis Reference to instance variable 'sourceChannels' needs "this.". 137 62
    # warning RequireThis Reference to instance variable 'sourceChannels' needs "this.". 143 39
    # warning RequireThis Reference to instance variable 'targetChannels' needs "this.". 143 57
    # warning RequireThis Reference to instance variable 'targetChannels' needs "this.". 159 35
    # warning RequireThis Reference to instance variable 'sourceChannels' needs "this.". 159 53
    # warning RequireThis Reference to instance variable 'targetChannels' needs "this.". 167 31
    # warning RequireThis Reference to instance variable 'sourceChannels' needs "this.". 167 49
    # warning RequireThis Reference to instance variable 'targetChannels' needs "this.". 175 37
    # warning RequireThis Reference to instance variable 'sourceChannels' needs "this.". 185 37
    # warning RequireThis Reference to instance variable 'targetChannels' needs "this.". 204 47
    # warning RequireThis Reference to instance variable 'sourceChannels' needs "this.". 210 27
    # warning RequireThis Reference to instance variable 'targetChannels' needs "this.". 210 45
    # warning RequireThis Reference to instance variable 'targetChannels' needs "this.". 218 40
    # warning RequireThis Reference to instance variable 'sourceChannels' needs "this.". 218 58
    # warning RequireThis Reference to instance variable 'sourceChannels' needs "this.". 221 27
    # warning RequireThis Reference to instance variable 'targetChannels' needs "this.". 221 45
    # warning RequireThis Reference to instance variable 'pad2' needs "this.". 300 60
    # warning RequireThis Reference to instance variable 'buffer_len' needs "this.". 301 49
    # warning RequireThis Reference to instance variable 'pad' needs "this.". 302 42
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 347 33
    # warning RequireThis Reference to instance variable 'pad2' needs "this.". 349 52
    # warning RequireThis Reference to instance variable 'ibuffer_len' needs "this.". 361 31
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 373 33
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 384 62
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 385 57
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 392 32
    # warning RequireThis Reference to instance variable 'pad' needs "this.". 397 57
    # warning RequireThis Reference to instance variable 'pad' needs "this.". 399 44
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 411 37
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 416 51
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 422 33
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 429 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/AudioFloatInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'framesize_pc' needs "this.". 65 37
    # warning RequireThis Reference to instance variable 'buffer_len' needs "this.". 82 24
    # warning RequireThis Reference to instance variable 'buffer_len' needs "this.". 86 29
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 87 36
    # warning RequireThis Reference to instance variable 'framesize_pc' needs "this.". 88 66
    # warning RequireThis Reference to instance variable 'buffer_len' needs "this.". 95 24
    # warning RequireThis Reference to instance variable 'buffer_len' needs "this.". 99 29
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 100 36
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 106 33
    # warning RequireThis Reference to instance variable 'framesize_pc' needs "this.". 175 31
    # warning RequireThis Reference to instance variable 'framesize_pc' needs "this.". 181 58
    # warning RequireThis Reference to instance variable 'framesize_pc' needs "this.". 182 26
    # warning RequireThis Reference to instance variable 'framesize_pc' needs "this.". 186 32
    # warning RequireThis Reference to instance variable 'framesize_pc' needs "this.". 190 26
    # warning RequireThis Reference to instance variable 'framesize_pc' needs "this.". 194 41
    # warning RequireThis Reference to instance variable 'framesize_pc' needs "this.". 202 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/DLSInstrument.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'bank' needs "this.". 104 35
    # warning RequireThis Reference to instance variable 'preset' needs "this.". 104 56
    # warning RequireThis Reference to instance variable 'bank' needs "this.". 107 35
    # warning RequireThis Reference to instance variable 'preset' needs "this.". 107 56

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/DLSSoundbank.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'minor' needs "this.". 1187 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/DataPusher.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'STATE_STOPPING' needs "this.". 89 32
    # warning RequireThis Reference to instance variable 'STATE_STOPPING' needs "this.". 123 28
    # warning RequireThis Reference to instance variable 'STATE_STOPPED' needs "this.". 124 31
    # warning RequireThis Reference to instance variable 'STATE_PLAYING' needs "this.". 138 57
    # warning RequireThis Reference to instance variable 'STATE_STOPPING' needs "this.". 164 31
    # warning RequireThis Reference to instance variable 'STATE_WAITING' needs "this.". 166 36
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 196 57
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 197 57

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/DirectAudioDevice.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'softwareConversionSize' needs "this.". 490 40
    # warning RequireThis Reference to instance variable 'bytePosition' needs "this.". 710 90
    # warning RequireThis Reference to instance variable 'frameSize' needs "this.". 1200 45
    # warning RequireThis Reference to instance variable 'frameSize' needs "this.". 1207 37
    # warning RequireThis Reference to instance variable 'frameSize' needs "this.". 1215 57
    # warning RequireThis Reference to instance variable 'newFramePosition' needs "this.". 1220 68
    # warning RequireThis Reference to instance variable 'clipBytePosition' needs "this.". 1221 68
    # warning RequireThis Reference to instance variable 'loopStartFrame' needs "this.". 1278 64
    # warning RequireThis Reference to instance variable 'loopEndFrame' needs "this.". 1278 96
    # warning RequireThis Reference to instance variable 'frameSize' needs "this.". 1367 63
    # warning RequireThis Reference to instance variable 'frameSize' needs "this.". 1374 57
    # warning RequireThis Reference to instance variable 'frameSize' needs "this.". 1376 56
    # warning RequireThis Reference to instance variable 'frameSize' needs "this.". 1384 55
    # warning RequireThis Reference to instance variable 'clipBytePosition' needs "this.". 1398 122
    # warning RequireThis Reference to instance variable 'autoclosing' needs "this.". 1422 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/EventDispatcher.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'expiration' needs "this.". 440 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/FFT.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fftFrameSize2' needs "this.". 53 29
    # warning RequireThis Reference to instance variable 'fftFrameSize2' needs "this.". 56 42
    # warning RequireThis Reference to instance variable 'fftFrameSize' needs "this.". 693 29
    # warning RequireThis Reference to instance variable 'fftFrameSize' needs "this.". 732 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/JavaSoundAudioClip.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastPlayCall' needs "this.". 148 35
    # warning RequireThis Reference to instance variable 'clipLooping' needs "this.". 164 33
    # warning RequireThis Reference to instance variable 'loadedAudioByteLength' needs "this.". 350 82
    # warning RequireThis Reference to instance variable 'loadedAudioFormat' needs "this.". 390 77
    # warning RequireThis Reference to instance variable 'clip' needs "this.". 396 82
    # warning RequireThis Reference to instance variable 'loadedAudioFormat' needs "this.". 423 77

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/ModelByteBuffer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'left' needs "this.". 90 21
    # warning RequireThis Reference to instance variable 'left' needs "this.". 99 23
    # warning RequireThis Reference to instance variable 'left' needs "this.". 112 23
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 234 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/ModelByteBufferWavetable.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'framesize_pc' needs "this.". 68 58
    # warning RequireThis Reference to instance variable 'framesize_pc' needs "this.". 91 48
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 113 71
    # warning RequireThis Reference to instance variable 'pos2' needs "this.". 113 77

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/ModelIdentifier.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'instance' needs "this.". 164 35
    # warning RequireThis Reference to instance variable 'instance' needs "this.". 166 35
    # warning RequireThis Reference to instance variable 'variable' needs "this.". 166 58

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/PCMtoPCMCodec.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'PCM_SWITCH_SIGNED_8BIT' needs "this.". 466 39
    # warning RequireThis Reference to instance variable 'sampleSizeInBytes' needs "this.". 570 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/PortMixer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'id' needs "this.". 158 72
    # warning RequireThis Reference to instance variable 'id' needs "this.". 252 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/RIFFReader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'avail' needs "this.". 134 19
    # warning RequireThis Reference to instance variable 'avail' needs "this.". 186 17
    # warning RequireThis Reference to instance variable 'root' needs "this.". 328 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/RIFFWriter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'length' needs "this.". 138 27
    # warning RequireThis Reference to instance variable 'startpointer' needs "this.". 238 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/RealTimeSequencer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'loopEnd' needs "this.". 704 44
    # warning RequireThis Reference to instance variable 'lastTick' needs "this.". 1470 39
    # warning RequireThis Reference to instance variable 'currTempo' needs "this.". 1478 45
    # warning RequireThis Reference to instance variable 'tempoFactor' needs "this.". 1802 54
    # warning RequireThis Reference to instance variable 'inverseTempoFactor' needs "this.". 1809 57
    # warning RequireThis Reference to instance variable 'inverseTempoFactor' needs "this.". 1820 57
    # warning RequireThis Reference to instance variable 'ignoreTempoEventAt' needs "this.". 1847 48
    # warning RequireThis Reference to instance variable 'checkPointMillis' needs "this.". 1938 76
    # warning RequireThis Reference to instance variable 'loopEnd' needs "RealTimeSequencer.this.". 1943 41
    # warning RequireThis Reference to instance variable 'loopEnd' needs "RealTimeSequencer.this.". 1943 66
    # warning RequireThis Reference to instance variable 'lastTick' needs "this.". 1948 93
    # warning RequireThis Reference to instance variable 'loopEnd' needs "RealTimeSequencer.this.". 1950 78
    # warning RequireThis Reference to instance variable 'loopStart' needs "RealTimeSequencer.this.". 1951 91
    # warning RequireThis Reference to instance variable 'currLoopCounter' needs "this.". 1952 90
    # warning RequireThis Reference to instance variable 'checkPointMillis' needs "this.". 1954 87
    # warning RequireThis Reference to instance variable 'checkPointTick' needs "this.". 1955 85
    # warning RequireThis Reference to instance variable 'lastTick' needs "this.". 2044 79
    # warning RequireThis Reference to instance variable 'loopEnd' needs "RealTimeSequencer.this.". 2045 70
    # warning RequireThis Reference to instance variable 'loopStart' needs "RealTimeSequencer.this.". 2046 83
    # warning RequireThis Reference to instance variable 'currLoopCounter' needs "this.". 2047 82
    # warning RequireThis Reference to instance variable 'checkPointTick' needs "this.". 2057 88
    # warning RequireThis Reference to instance variable 'checkPointMillis' needs "this.". 2060 83
    # warning RequireThis Reference to instance variable 'checkPointTick' needs "this.". 2061 81

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/SF2Instrument.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 126 34
    # warning RequireThis Reference to instance variable 'preset' needs "this.". 126 55
    # warning RequireThis Reference to instance variable 'name' needs "this.". 128 37
    # warning RequireThis Reference to instance variable 'bank' needs "this.". 128 56
    # warning RequireThis Reference to instance variable 'preset' needs "this.". 129 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/SF2Layer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 76 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/SF2Sample.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 214 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/SF2Soundbank.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'minor' needs "this.". 822 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/SoftAbstractResampler.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pad2' needs "this.". 73 50
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 90 34
    # warning RequireThis Reference to instance variable 'pad2' needs "this.". 91 65
    # warning RequireThis Reference to instance variable 'sector_size' needs "this.". 102 51
    # warning RequireThis Reference to instance variable 'pad2' needs "this.". 114 61
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 126 33
    # warning RequireThis Reference to instance variable 'pad2' needs "this.". 127 68
    # warning RequireThis Reference to instance variable 'pad' needs "this.". 131 35
    # warning RequireThis Reference to instance variable 'samplerateconv' needs "this.". 146 19
    # warning RequireThis Reference to instance variable 'pad' needs "this.". 153 25
    # warning RequireThis Reference to instance variable 'sector_size' needs "this.". 157 62
    # warning RequireThis Reference to instance variable 'sector_size' needs "this.". 159 46
    # warning RequireThis Reference to instance variable 'pad' needs "this.". 169 40
    # warning RequireThis Reference to instance variable 'pad' needs "this.". 176 44
    # warning RequireThis Reference to instance variable 'pad' needs "this.". 177 62
    # warning RequireThis Reference to instance variable 'sector_size' needs "this.". 177 69
    # warning RequireThis Reference to instance variable 'pad' needs "this.". 184 43
    # warning RequireThis Reference to instance variable 'sector_loopstart' needs "this.". 186 43
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 195 37
    # warning RequireThis Reference to instance variable 'pad2' needs "this.". 197 41
    # warning RequireThis Reference to instance variable 'sector_size' needs "this.". 198 50
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 205 46
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 212 38
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 213 45
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 228 41
    # warning RequireThis Reference to instance variable 'sector_size' needs "this.". 229 62
    # warning RequireThis Reference to instance variable 'sector_size' needs "this.". 232 28
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 233 41
    # warning RequireThis Reference to instance variable 'sector_size' needs "this.". 234 68
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 245 33
    # warning RequireThis Reference to instance variable 'pad' needs "this.". 277 41
    # warning RequireThis Reference to instance variable 'pad' needs "this.". 286 50
    # warning RequireThis Reference to instance variable 'streampos' needs "this.". 287 45
    # warning RequireThis Reference to instance variable 'pad2' needs "this.". 287 57
    # warning RequireThis Reference to instance variable 'pad' needs "this.". 292 55
    # warning RequireThis Reference to instance variable 'loopdirection' needs "this.". 302 42
    # warning RequireThis Reference to instance variable 'pad2' needs "this.". 305 44
    # warning RequireThis Reference to instance variable 'pad2' needs "this.". 306 44
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 312 41
    # warning RequireThis Reference to instance variable 'pad2' needs "this.". 322 44
    # warning RequireThis Reference to instance variable 'pad2' needs "this.". 324 44
    # warning RequireThis Reference to instance variable 'sector_size' needs "this.". 334 37
    # warning RequireThis Reference to instance variable 'loopstart' needs "this.". 334 62
    # warning RequireThis Reference to instance variable 'pad' needs "this.". 334 74
    # warning RequireThis Reference to instance variable 'looplen' needs "this.". 335 45
    # warning RequireThis Reference to instance variable 'streampos' needs "this.". 335 55
    # warning RequireThis Reference to instance variable 'pad2' needs "this.". 335 67
    # warning RequireThis Reference to instance variable 'pad' needs "this.". 343 51
    # warning RequireThis Reference to instance variable 'loopdirection' needs "this.". 350 38
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 356 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/SoftAudioBuffer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 119 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/SoftChannel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'channel' needs "this.". 437 53
    # warning RequireThis Reference to instance variable 'channel' needs "this.". 453 66
    # warning RequireThis Reference to instance variable 'channel' needs "this.". 470 66
    # warning RequireThis Reference to instance variable 'channel' needs "this.". 570 58
    # warning RequireThis Reference to instance variable 'channel' needs "this.". 642 66
    # warning RequireThis Reference to instance variable 's' needs "this.". 874 57
    # warning RequireThis Reference to instance variable 's' needs "this.". 928 56
    # warning RequireThis Reference to instance variable 'channel' needs "this.". 1127 58
    # warning RequireThis Reference to instance variable 'channel' needs "this.". 1137 74
    # warning RequireThis Reference to instance variable 'channel' needs "this.". 1157 54
    # warning RequireThis Reference to instance variable 'channel' needs "this.". 1165 54
    # warning RequireThis Reference to instance variable 'channel' needs "this.". 1471 58
    # warning RequireThis Reference to instance variable 'channel' needs "this.". 1483 58
    # warning RequireThis Reference to instance variable 'channel' needs "this.". 1524 62
    # warning RequireThis Reference to instance variable 'channel' needs "this.". 1569 62

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/SoftChorus.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastdelay' needs "this.". 74 41
    # warning RequireThis Reference to instance variable 'rgain' needs "this.". 100 36
    # warning RequireThis Reference to instance variable 'samplerate' needs "this.". 134 34
    # warning RequireThis Reference to instance variable 'controlrate' needs "this.". 139 48
    # warning RequireThis Reference to instance variable 'controlrate' needs "this.". 292 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/SoftEnvelopeGenerator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'used_count' needs "this.". 65 29
    # warning RequireThis Reference to instance variable 'used_count' needs "this.". 89 25
    # warning RequireThis Reference to instance variable 'used_count' needs "this.". 122 29
    # warning RequireThis Reference to instance variable 'control_time' needs "this.". 131 65
    # warning RequireThis Reference to instance variable 'control_time' needs "this.". 147 64
    # warning RequireThis Reference to instance variable 'control_time' needs "this.". 170 54
    # warning RequireThis Reference to instance variable 'control_time' needs "this.". 183 61
    # warning RequireThis Reference to instance variable 'control_time' needs "this.". 188 52
    # warning RequireThis Reference to instance variable 'control_time' needs "this.". 218 58
    # warning RequireThis Reference to instance variable 'control_time' needs "this.". 255 65
    # warning RequireThis Reference to instance variable 'sustain' needs "this.". 266 41
    # warning RequireThis Reference to instance variable 'control_time' needs "this.". 269 66

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/SoftFilter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'samplerate' needs "this.". 301 34
    # warning RequireThis Reference to instance variable 'samplerate' needs "this.". 329 34
    # warning RequireThis Reference to instance variable 'samplerate' needs "this.". 356 34
    # warning RequireThis Reference to instance variable 'samplerate' needs "this.". 387 34
    # warning RequireThis Reference to instance variable 'cutoff' needs "this.". 529 48
    # warning RequireThis Reference to instance variable 'samplerate' needs "this.". 529 57

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/SoftJitterCorrector.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'readpos' needs "this.". 66 32
    # warning RequireThis Reference to instance variable 'readpos' needs "this.". 67 42
    # warning RequireThis Reference to instance variable 'w_min' needs "this.". 68 31
    # warning RequireThis Reference to instance variable 'readpos' needs "this.". 86 36
    # warning RequireThis Reference to instance variable 'readpos' needs "this.". 107 33
    # warning RequireThis Reference to instance variable 'readpos' needs "this.". 108 47
    # warning RequireThis Reference to instance variable 'readpos' needs "JitterStream.this.". 144 54
    # warning RequireThis Reference to instance variable 'w_count' needs "JitterStream.this.". 148 46
    # warning RequireThis Reference to instance variable 'w_min_tol' needs "JitterStream.this.". 150 53
    # warning RequireThis Reference to instance variable 'w_max_tol' needs "JitterStream.this.". 151 71
    # warning RequireThis Reference to instance variable 'w_min' needs "JitterStream.this.". 152 67
    # warning RequireThis Reference to instance variable 'w_max_tol' needs "JitterStream.this.". 154 53
    # warning RequireThis Reference to instance variable 'w_max_tol' needs "JitterStream.this.". 155 71
    # warning RequireThis Reference to instance variable 'w_min' needs "JitterStream.this.". 156 67
    # warning RequireThis Reference to instance variable 'bbuffer_max' needs "JitterStream.this.". 164 46
    # warning RequireThis Reference to instance variable 'readpos' needs "JitterStream.this.". 166 58
    # warning RequireThis Reference to instance variable 'bbuffer_pos' needs "this.". 268 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/SoftLanczosResampler.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sinc_table_fsize' needs "this.". 42 29
    # warning RequireThis Reference to instance variable 'sinc_table_fsize' needs "this.". 90 63
    # warning RequireThis Reference to instance variable 'sinc_table_center' needs "this.". 91 32
    # warning RequireThis Reference to instance variable 'sinc_table_size' needs "this.". 93 37
    # warning RequireThis Reference to instance variable 'sinc_table_fsize' needs "this.". 102 63
    # warning RequireThis Reference to instance variable 'sinc_table_center' needs "this.". 103 32
    # warning RequireThis Reference to instance variable 'sinc_table_size' needs "this.". 105 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/SoftLimiter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'controlrate' needs "this.". 77 34
    # warning RequireThis Reference to instance variable 'gain' needs "this.". 135 23
    # warning RequireThis Reference to instance variable 'gain' needs "this.". 138 38
    # warning RequireThis Reference to instance variable 'gain' needs "this.". 146 43
    # warning RequireThis Reference to instance variable 'gain' needs "this.". 157 43
    # warning RequireThis Reference to instance variable 'gain' needs "this.". 158 43
    # warning RequireThis Reference to instance variable 'gain' needs "this.". 169 42
    # warning RequireThis Reference to instance variable 'gain' needs "this.". 180 42
    # warning RequireThis Reference to instance variable 'gain' needs "this.". 181 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/SoftLowFrequencyOscillator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'used_count' needs "this.". 56 29
    # warning RequireThis Reference to instance variable 'used_count' needs "this.". 73 29
    # warning RequireThis Reference to instance variable 'control_time' needs "this.". 75 50
    # warning RequireThis Reference to instance variable 'used_count' needs "this.". 82 29
    # warning RequireThis Reference to instance variable 'sin_factor' needs "this.". 93 40
    # warning RequireThis Reference to instance variable 'used_count' needs "this.". 118 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/SoftMainMixer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'msec_buffer_len' needs "this.". 427 48
    # warning RequireThis Reference to instance variable 'max_delay_midievent' needs "this.". 431 34
    # warning RequireThis Reference to instance variable 'samplerate' needs "this.". 487 62
    # warning RequireThis Reference to instance variable 'msec_last_activity' needs "this.". 495 33
    # warning RequireThis Reference to instance variable 'last_volume_left' needs "this.". 695 46
    # warning RequireThis Reference to instance variable 'last_volume_right' needs "this.". 702 51
    # warning RequireThis Reference to instance variable 'samplerate' needs "this.". 775 32
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 869 23
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 881 37
    # warning RequireThis Reference to instance variable 'bbuffer_pos' needs "this.". 914 41
    # warning RequireThis Reference to instance variable 'samplerate' needs "this.". 1137 40
    # warning RequireThis Reference to instance variable 'samplerate' needs "this.". 1140 49

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/SoftMixingClip.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'framesize' needs "SoftMixingClip.this.". 66 43
    # warning RequireThis Reference to instance variable 'framesize' needs "SoftMixingClip.this.". 67 47
    # warning RequireThis Reference to instance variable 'framesize' needs "SoftMixingClip.this.". 68 44
    # warning RequireThis Reference to instance variable 'framesize' needs "SoftMixingClip.this.". 97 48
    # warning RequireThis Reference to instance variable 'framesize' needs "SoftMixingClip.this.". 102 40
    # warning RequireThis Reference to instance variable 'framesize' needs "SoftMixingClip.this.". 109 37
    # warning RequireThis Reference to instance variable 'in_nrofchannels' needs "this.". 212 39
    # warning RequireThis Reference to instance variable 'in_nrofchannels' needs "this.". 223 28
    # warning RequireThis Reference to instance variable '_leftgain' needs "this.". 230 45
    # warning RequireThis Reference to instance variable '_rightgain' needs "this.". 236 54
    # warning RequireThis Reference to instance variable '_rightgain' needs "this.". 240 54
    # warning RequireThis Reference to instance variable '_eff1gain' needs "this.". 251 49
    # warning RequireThis Reference to instance variable '_eff1gain' needs "this.". 255 53
    # warning RequireThis Reference to instance variable '_eff2gain' needs "this.". 264 49
    # warning RequireThis Reference to instance variable '_eff2gain' needs "this.". 268 53
    # warning RequireThis Reference to instance variable 'framesize' needs "this.". 399 27
    # warning RequireThis Reference to instance variable 'bufferSize' needs "this.". 399 39
    # warning RequireThis Reference to instance variable 'framesize' needs "this.". 403 25
    # warning RequireThis Reference to instance variable 'bufferSize' needs "this.". 403 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/SoftMixingDataLine.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pad2' needs "this.". 127 60
    # warning RequireThis Reference to instance variable 'buffer_len' needs "this.". 128 49
    # warning RequireThis Reference to instance variable 'pad' needs "this.". 129 42
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 174 33
    # warning RequireThis Reference to instance variable 'pad2' needs "this.". 176 52
    # warning RequireThis Reference to instance variable 'ibuffer_len' needs "this.". 188 31
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 200 33
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 211 62
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 212 57
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 218 32
    # warning RequireThis Reference to instance variable 'pad' needs "this.". 223 57
    # warning RequireThis Reference to instance variable 'pad' needs "this.". 225 44
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 237 37
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 242 51
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 248 33
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 255 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/SoftMixingMainMixer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 174 59
    # warning RequireThis Reference to instance variable 'nrofchannels' needs "this.". 182 37
    # warning RequireThis Reference to instance variable 'bbuffer_pos' needs "this.". 211 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/SoftMixingSourceDataLine.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'framesize' needs "this.". 130 19
    # warning RequireThis Reference to instance variable 'in_nrofchannels' needs "this.". 213 39
    # warning RequireThis Reference to instance variable 'in_nrofchannels' needs "this.". 220 28
    # warning RequireThis Reference to instance variable '_leftgain' needs "this.". 227 45
    # warning RequireThis Reference to instance variable '_rightgain' needs "this.". 232 54
    # warning RequireThis Reference to instance variable '_rightgain' needs "this.". 236 54
    # warning RequireThis Reference to instance variable '_eff1gain' needs "this.". 246 49
    # warning RequireThis Reference to instance variable '_eff1gain' needs "this.". 250 53
    # warning RequireThis Reference to instance variable '_eff2gain' needs "this.". 259 49
    # warning RequireThis Reference to instance variable '_eff2gain' needs "this.". 263 53
    # warning RequireThis Reference to instance variable 'cycling_avail' needs "SoftMixingSourceDataLine.this.". 338 39
    # warning RequireThis Reference to instance variable 'framesize' needs "SoftMixingSourceDataLine.this.". 351 55
    # warning RequireThis Reference to instance variable 'cycling_avail' needs "this.". 386 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/SoftPerformer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 's' needs "this.". 662 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/SoftReverb.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'feedback' needs "this.". 97 59
    # warning RequireThis Reference to instance variable 'feedback' needs "this.". 112 59
    # warning RequireThis Reference to instance variable 'filtercoeff1' needs "this.". 137 33
    # warning RequireThis Reference to instance variable 'filtercoeff1' needs "this.". 184 33
    # warning RequireThis Reference to instance variable 'feedback' needs "this.". 184 48
    # warning RequireThis Reference to instance variable 'samplerate' needs "this.". 486 38
    # warning RequireThis Reference to instance variable 'samplerate' needs "this.". 494 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/SoftSincResampler.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sinc_scale_size' needs "this.". 45 29
    # warning RequireThis Reference to instance variable 'sinc_table_fsize' needs "this.". 47 33
    # warning RequireThis Reference to instance variable 'sinc_table_fsize' needs "this.". 104 57
    # warning RequireThis Reference to instance variable 'sinc_table_center' needs "this.". 105 32
    # warning RequireThis Reference to instance variable 'sinc_table_size' needs "this.". 107 37
    # warning RequireThis Reference to instance variable 'sinc_table_fsize' needs "this.". 123 57
    # warning RequireThis Reference to instance variable 'sinc_table_center' needs "this.". 124 32
    # warning RequireThis Reference to instance variable 'sinc_table_size' needs "this.". 126 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/SoftSynthesizer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'samplesize' needs "this.". 110 35
    # warning RequireThis Reference to instance variable 'framesize' needs "this.". 115 50
    # warning RequireThis Reference to instance variable 'maxpoly' needs "this.". 1169 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/SoftVoice.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'osc_stream_nrofchannels' needs "this.". 625 55
    # warning RequireThis Reference to instance variable 'delay' needs "this.". 778 37
    # warning RequireThis Reference to instance variable 'delay' needs "this.". 791 37
    # warning RequireThis Reference to instance variable 'out_mixer_right' needs "this.". 868 48
    # warning RequireThis Reference to instance variable 'last_out_mixer_right' needs "this.". 875 44
    # warning RequireThis Reference to instance variable 'out_mixer_right' needs "this.". 876 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/StandardMidiFileReader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'trackLength' needs "this.". 306 50
    # warning RequireThis Reference to instance variable 'trackLength' needs "this.". 336 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/media/sound/UlawCodec.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'highByte' needs "this.". 365 60
    # warning RequireThis Reference to instance variable 'lowByte' needs "this.". 366 68

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/net/httpserver/BasicAuthenticator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'realm' needs "this.". 64 64
    # warning RequireThis Reference to instance variable 'realm' needs "this.". 87 64

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/net/httpserver/HttpPrincipal.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'realm' needs "this.". 95 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/org/apache/xml/internal/security/c14n/implementations/Canonicalizer11.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'currentLevel' needs "this.". 83 33
    # warning RequireThis Reference to instance variable 'currentLevel' needs "this.". 115 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/org/apache/xml/internal/security/c14n/implementations/Canonicalizer20010315.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'currentLevel' needs "this.". 78 35
    # warning RequireThis Reference to instance variable 'currentLevel' needs "this.". 110 54

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/org/apache/xml/internal/security/c14n/implementations/NameSpaceSymbTable.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'symb' needs "this.". 128 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/org/apache/xml/internal/security/encryption/XMLCipher.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'kaNonce' needs "this.". 2873 29
    # warning RequireThis Reference to instance variable 'originatorKeyInfo' needs "this.". 2887 29
    # warning RequireThis Reference to instance variable 'recipientKeyInfo' needs "this.". 2890 29
    # warning RequireThis Reference to instance variable 'referenceTransforms' needs "this.". 3048 29
    # warning RequireThis Reference to instance variable 'carriedName' needs "this.". 3322 29
    # warning RequireThis Reference to instance variable 'oaepParams' needs "this.". 3559 29
    # warning RequireThis Reference to instance variable 'id' needs "this.". 3625 29
    # warning RequireThis Reference to instance variable 'target' needs "this.". 3727 29
    # warning RequireThis Reference to instance variable 'id' needs "this.". 3731 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/org/apache/xml/internal/security/signature/XMLSignatureInput.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'outputStream' needs "this.". 509 19
    # warning RequireThis Reference to instance variable '_inputOctetStreamProxy' needs "this.". 551 86

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/org/apache/xml/internal/security/transforms/implementations/TransformEnvelopedSignature.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'exclude' needs "this.". 124 17
    # warning RequireThis Reference to instance variable 'exclude' needs "this.". 132 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/org/apache/xml/internal/security/transforms/implementations/TransformXPath2Filter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'inSubstract' needs "this.". 238 53
    # warning RequireThis Reference to instance variable 'inIntersect' needs "this.". 251 53
    # warning RequireThis Reference to instance variable 'inUnion' needs "this.". 262 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/org/apache/xml/internal/security/utils/CachedXPathFuncHereAPI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'xpathStr' needs "this.". 295 16
    # warning RequireThis Reference to instance variable 'xpathStr' needs "this.". 345 14

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/org/apache/xml/internal/security/utils/UnsyncByteArrayOutputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 48 22
    # warning RequireThis Reference to instance variable 'size' needs "this.". 57 22
    # warning RequireThis Reference to instance variable 'size' needs "this.". 66 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/rowset/CachedRowSetImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numRows' needs "this.". 1289 27
    # warning RequireThis Reference to instance variable 'numRows' needs "this.". 1498 29
    # warning RequireThis Reference to instance variable 'numRows' needs "this.". 1501 37
    # warning RequireThis Reference to instance variable 'numDeleted' needs "this.". 3426 37
    # warning RequireThis Reference to instance variable 'numRows' needs "this.". 3508 23
    # warning RequireThis Reference to instance variable 'numRows' needs "this.". 3614 36
    # warning RequireThis Reference to instance variable 'numRows' needs "this.". 5477 27
    # warning RequireThis Reference to instance variable 'startPos' needs "this.". 7265 22
    # warning RequireThis Reference to instance variable 'totalRows' needs "this.". 7271 65
    # warning RequireThis Reference to instance variable 'pageSize' needs "this.". 7336 36
    # warning RequireThis Reference to instance variable 'startPos' needs "this.". 7466 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/rowset/internal/CachedRowSetWriter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'updateWhere' needs "this.". 496 54
    # warning RequireThis Reference to instance variable 'callerColumnCount' needs "this.". 559 28
    # warning RequireThis Reference to instance variable 'callerColumnCount' needs "this.". 737 40
    # warning RequireThis Reference to instance variable 'callerColumnCount' needs "this.". 804 29
    # warning RequireThis Reference to instance variable 'deleteWhere' needs "this.". 939 50
    # warning RequireThis Reference to instance variable 'deleteWhere' needs "this.". 1006 38
    # warning RequireThis Reference to instance variable 'callerColumnCount' needs "this.". 1096 24
    # warning RequireThis Reference to instance variable 'callerColumnCount' needs "this.". 1139 24
    # warning RequireThis Reference to instance variable 'callerColumnCount' needs "this.". 1146 24
    # warning RequireThis Reference to instance variable 'callerColumnCount' needs "this.". 1148 21
    # warning RequireThis Reference to instance variable 'callerColumnCount' needs "this.". 1240 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/rowset/internal/InsertRow.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cols' needs "this.". 102 29
    # warning RequireThis Reference to instance variable 'cols' needs "this.". 119 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/rowset/internal/Row.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numCols' needs "this.". 275 29
    # warning RequireThis Reference to instance variable 'numCols' needs "this.". 306 29
    # warning RequireThis Reference to instance variable 'numCols' needs "this.". 324 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/security/auth/PolicyParser.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'keyStoreType' needs "this.". 316 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/security/auth/SolarisNumericGroupPrincipal.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 168 63
    # warning RequireThis Reference to instance variable 'name' needs "this.". 170 69

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/security/auth/SolarisNumericUserPrincipal.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 137 63

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/security/auth/SolarisPrincipal.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 103 52

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/security/auth/module/JndiLoginModule.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'userProvider' needs "this.". 272 33
    # warning RequireThis Reference to instance variable 'groupProvider' needs "this.". 274 33
    # warning RequireThis Reference to instance variable 'username' needs "this.". 528 51
    # warning RequireThis Reference to instance variable 'username' needs "this.". 590 45
    # warning RequireThis Reference to instance variable 'username' needs "this.". 601 45
    # warning RequireThis Reference to instance variable 'username' needs "this.". 621 45
    # warning RequireThis Reference to instance variable 'username' needs "this.". 715 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/security/auth/module/KeyStoreLoginModule.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'keyStoreURL' needs "this.". 253 41
    # warning RequireThis Reference to instance variable 'keyStoreType' needs "this.". 254 42
    # warning RequireThis Reference to instance variable 'keyStoreProvider' needs "this.". 255 46
    # warning RequireThis Reference to instance variable 'keyStoreAlias' needs "this.". 256 43
    # warning RequireThis Reference to instance variable 'keyStorePasswordURL' needs "this.". 257 49
    # warning RequireThis Reference to instance variable 'privateKeyPasswordURL' needs "this.". 258 51
    # warning RequireThis Reference to instance variable 'protectedPath' needs "this.". 259 43
    # warning RequireThis Reference to instance variable 'keyStorePassword' needs "this.". 323 43
    # warning RequireThis Reference to instance variable 'keyStoreAlias' needs "this.". 393 35
    # warning RequireThis Reference to instance variable 'keyStorePasswordURL' needs "this.". 418 17
    # warning RequireThis Reference to instance variable 'privateKeyPasswordURL' needs "this.". 446 25
    # warning RequireThis Reference to instance variable 'principal' needs "this.". 713 39
    # warning RequireThis Reference to instance variable 'status' needs "this.". 842 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/security/auth/module/Krb5LoginModule.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'debug' needs "this.". 482 45
    # warning RequireThis Reference to instance variable 'storeKey' needs "this.". 483 47
    # warning RequireThis Reference to instance variable 'useTicketCache' needs "this.". 484 53
    # warning RequireThis Reference to instance variable 'useKeyTab' needs "this.". 485 48
    # warning RequireThis Reference to instance variable 'doNotPrompt' needs "this.". 486 50
    # warning RequireThis Reference to instance variable 'ticketCacheName' needs "this.". 487 53
    # warning RequireThis Reference to instance variable 'isInitiator' needs "this.". 488 50
    # warning RequireThis Reference to instance variable 'keyTabName' needs "this.". 489 48
    # warning RequireThis Reference to instance variable 'refreshKrb5Config' needs "this.". 490 59
    # warning RequireThis Reference to instance variable 'princName' needs "this.". 491 51
    # warning RequireThis Reference to instance variable 'tryFirstPass' needs "this.". 492 54
    # warning RequireThis Reference to instance variable 'useFirstPass' needs "this.". 493 54
    # warning RequireThis Reference to instance variable 'storePass' needs "this.". 494 51
    # warning RequireThis Reference to instance variable 'clearPass' needs "this.". 495 51
    # warning RequireThis Reference to instance variable 'principal' needs "this.". 652 58
    # warning RequireThis Reference to instance variable 'principal' needs "this.". 703 38
    # warning RequireThis Reference to instance variable 'principal' needs "this.". 737 58
    # warning RequireThis Reference to instance variable 'username' needs "this.". 777 57
    # warning RequireThis Reference to instance variable 'username' needs "this.". 787 57
    # warning RequireThis Reference to instance variable 'krb5PrincName' needs "this.". 890 40
    # warning RequireThis Reference to instance variable 'ticketCacheName' needs "this.". 918 20
    # warning RequireThis Reference to instance variable 'keyTabName' needs "this.". 922 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/security/auth/module/LdapLoginModule.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'userProvider' needs "this.". 509 17
    # warning RequireThis Reference to instance variable 'ldapPrincipal' needs "this.". 623 36
    # warning RequireThis Reference to instance variable 'userPrincipal' needs "this.". 633 36
    # warning RequireThis Reference to instance variable 'authzPrincipal' needs "this.". 644 36
    # warning RequireThis Reference to instance variable 'username' needs "this.". 762 59
    # warning RequireThis Reference to instance variable 'username' needs "this.". 808 63
    # warning RequireThis Reference to instance variable 'username' needs "this.". 869 65
    # warning RequireThis Reference to instance variable 'username' needs "this.". 874 69

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/security/jgss/AuthorizationDataEntry.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'type' needs "this.". 64 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/security/ntlm/Client.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'domain' needs "this.". 163 53
    # warning RequireThis Reference to instance variable 'domain' needs "this.". 182 71

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/security/sasl/digest/DigestMD5Base.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'peerSeqNum' needs "this.". 1036 41
    # warning RequireThis Reference to instance variable 'negotiatedCipher' needs "DigestMD5Base.this.". 1267 43
    # warning RequireThis Reference to instance variable 'negotiatedCipher' needs "DigestMD5Base.this.". 1270 43
    # warning RequireThis Reference to instance variable 'negotiatedCipher' needs "DigestMD5Base.this.". 1273 43
    # warning RequireThis Reference to instance variable 'negotiatedCipher' needs "DigestMD5Base.this.". 1276 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/security/sasl/gsskerb/GssKrb5Server.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'authzid' needs "this.". 303 59

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/servicetag/ServiceTag.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'MAX_URN_LEN' needs "this.". 386 36
    # warning RequireThis Reference to instance variable 'MAX_URN_LEN' needs "this.". 388 48
    # warning RequireThis Reference to instance variable 'MAX_PRODUCT_NAME_LEN' needs "this.". 400 36
    # warning RequireThis Reference to instance variable 'MAX_PRODUCT_NAME_LEN' needs "this.". 402 48
    # warning RequireThis Reference to instance variable 'MAX_PRODUCT_VERSION_LEN' needs "this.". 415 39
    # warning RequireThis Reference to instance variable 'MAX_PRODUCT_VERSION_LEN' needs "this.". 418 17
    # warning RequireThis Reference to instance variable 'MAX_URN_LEN' needs "this.". 430 35
    # warning RequireThis Reference to instance variable 'MAX_URN_LEN' needs "this.". 432 48
    # warning RequireThis Reference to instance variable 'MAX_URN_LEN' needs "this.". 442 41
    # warning RequireThis Reference to instance variable 'MAX_URN_LEN' needs "this.". 445 17
    # warning RequireThis Reference to instance variable 'MAX_PRODUCT_PARENT_LEN' needs "this.". 457 38
    # warning RequireThis Reference to instance variable 'MAX_PRODUCT_PARENT_LEN' needs "this.". 460 17
    # warning RequireThis Reference to instance variable 'MAX_URN_LEN' needs "this.". 469 49
    # warning RequireThis Reference to instance variable 'MAX_URN_LEN' needs "this.". 472 17
    # warning RequireThis Reference to instance variable 'MAX_PRODUCT_VENDOR_LEN' needs "this.". 485 38
    # warning RequireThis Reference to instance variable 'MAX_PRODUCT_VENDOR_LEN' needs "this.". 488 17
    # warning RequireThis Reference to instance variable 'MAX_PLATFORM_ARCH_LEN' needs "this.". 500 37
    # warning RequireThis Reference to instance variable 'MAX_PLATFORM_ARCH_LEN' needs "this.". 503 17
    # warning RequireThis Reference to instance variable 'MAX_CONTAINER_LEN' needs "this.". 520 34
    # warning RequireThis Reference to instance variable 'MAX_CONTAINER_LEN' needs "this.". 523 17
    # warning RequireThis Reference to instance variable 'MAX_SOURCE_LEN' needs "this.". 535 31
    # warning RequireThis Reference to instance variable 'MAX_SOURCE_LEN' needs "this.". 537 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/attach/VirtualMachine.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'id' needs "this.". 631 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/attach/VirtualMachineDescriptor.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'id' needs "this.". 195 49
    # warning RequireThis Reference to instance variable 'id' needs "this.". 196 28
    # warning RequireThis Reference to instance variable 'displayName' needs "this.". 197 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/example/debug/bdi/ChildSession.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'streamName' needs "OutputReader.this.". 266 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/example/debug/bdi/LineBreakpointSpec.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lineNumber' needs "this.". 83 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/example/debug/bdi/PatternReferenceTypeSpec.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'classId' needs "this.". 97 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/example/debug/bdi/SourceNameReferenceTypeSpec.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'linenumber' needs "this.". 62 40
    # warning RequireThis Reference to instance variable 'linenumber' needs "this.". 79 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/example/debug/bdi/WatchpointSpec.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fieldId' needs "this.". 87 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/example/debug/expr/ASCII_UCodeESC_CharStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 116 73
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 118 56
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 121 75
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 122 63
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 125 79
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 126 67
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 129 33
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 133 73
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 136 75
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 139 79
    # warning RequireThis Reference to instance variable 'maxNextCharInd' needs "this.". 162 52
    # warning RequireThis Reference to instance variable 'maxNextCharInd' needs "this.". 188 27
    # warning RequireThis Reference to instance variable 'bufsize' needs "this.". 211 23
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 221 27
    # warning RequireThis Reference to instance variable 'available' needs "this.". 223 29
    # warning RequireThis Reference to instance variable 'available' needs "this.". 279 22
    # warning RequireThis Reference to instance variable 'available' needs "this.". 290 28
    # warning RequireThis Reference to instance variable 'line' needs "this.". 338 66
    # warning RequireThis Reference to instance variable 'column' needs "this.". 339 55
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 445 20
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 446 56
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 448 57
    # warning RequireThis Reference to instance variable 'bufpos' needs "this.". 460 51
    # warning RequireThis Reference to instance variable 'bufpos' needs "this.". 461 65
    # warning RequireThis Reference to instance variable 'bufpos' needs "this.". 462 48
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 484 20
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 486 24
    # warning RequireThis Reference to instance variable 'inBuf' needs "this.". 486 37
    # warning RequireThis Reference to instance variable 'tokenBegin' needs "this.". 490 25
    # warning RequireThis Reference to instance variable 'bufpos' needs "this.". 490 38
    # warning RequireThis Reference to instance variable 'inBuf' needs "this.". 490 51
    # warning RequireThis Reference to instance variable 'bufsize' needs "this.". 497 33
    # warning RequireThis Reference to instance variable 'bufsize' needs "this.". 497 67
    # warning RequireThis Reference to instance variable 'bufsize' needs "this.". 513 36
    # warning RequireThis Reference to instance variable 'bufsize' needs "this.". 513 66

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/example/debug/expr/ExpressionParser.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1236 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1250 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1253 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1267 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1270 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1280 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1286 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1296 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1303 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1309 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1323 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1326 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1336 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1346 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1352 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1358 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1368 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1375 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1385 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1391 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1397 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1419 60
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1422 64
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1425 61
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1428 58
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1431 55
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1434 52
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1437 49
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1440 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1450 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1456 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1462 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1468 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1478 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1484 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1494 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1500 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1510 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1516 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1532 45
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1535 49
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1538 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1548 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1558 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1568 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1579 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1589 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1599 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1609 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1619 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1629 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1639 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1649 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1663 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1666 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1672 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1688 45
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1691 49
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1694 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1704 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1714 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1724 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1734 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1744 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1750 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1760 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1786 60
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1789 64
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1792 61
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1795 58
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1798 55
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1801 52
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1804 49
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1807 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1817 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1827 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1833 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1843 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1853 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1863 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1869 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1883 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1886 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1895 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1906 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1916 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1926 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1936 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1946 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1956 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1966 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1976 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1990 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1993 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 1999 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2017 48
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2020 52
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2023 49
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2026 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2042 45
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2045 49
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2048 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2054 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2064 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2074 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2084 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2094 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2104 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2115 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2125 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2139 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2142 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2148 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2158 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2168 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2178 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2194 45
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2197 49
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2200 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2206 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2216 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2226 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2237 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2243 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2249 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2260 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2269 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2279 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2290 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2300 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2310 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2329 48
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2332 52
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2335 49
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2338 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2344 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2354 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2364 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2370 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2380 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2390 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2401 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2407 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2417 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2420 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2430 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2436 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2442 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2456 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2459 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2469 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2475 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2485 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2495 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2505 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2512 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2526 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2529 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2535 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2545 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2555 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2566 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2576 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2586 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2593 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2599 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2609 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2615 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2625 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2635 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2646 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2656 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2666 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2672 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2682 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2692 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2703 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2713 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2723 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2737 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2740 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2750 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2756 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2766 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2776 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2787 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2797 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2807 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2817 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2827 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2837 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2843 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2853 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2863 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2874 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2884 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2894 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2904 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2914 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2936 54
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2939 58
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2942 55
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2945 52
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2948 49
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2951 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2961 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2971 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2977 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2987 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 2997 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3008 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3018 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3028 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3038 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3044 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3054 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3064 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3075 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3085 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3101 45
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3104 49
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3107 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3117 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3123 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3129 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3139 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3145 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3151 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3157 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3167 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3177 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3187 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3197 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3203 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3209 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3219 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3225 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3235 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3241 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3247 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3257 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3267 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3274 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3284 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3294 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3304 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3314 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3320 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3342 54
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3345 58
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3348 55
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3351 52
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3354 49
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3357 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3367 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3402 63
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3406 60
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3410 57
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3413 70
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3416 67
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3419 64
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3422 61
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3425 58
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3428 55
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3431 52
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3434 49
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3437 46
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3447 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3457 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3467 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3473 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3483 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3493 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3504 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3514 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3524 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3530 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3536 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3546 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3552 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3562 42
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3569 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3575 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3585 39
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3595 39
    # warning RequireThis Reference to instance variable 'jj_gen' needs "this.". 3703 31
    # warning RequireThis Reference to instance variable 'jj_lastpos' needs "this.". 3718 23
    # warning RequireThis Reference to instance variable 'jj_scanpos' needs "this.". 3732 39
    # warning RequireThis Reference to instance variable 'jj_endpos' needs "this.". 3788 27
    # warning RequireThis Reference to instance variable 'jj_gen' needs "this.". 3828 24
    # warning RequireThis Reference to instance variable 'jj_gen' needs "this.". 3873 21
    # warning RequireThis Reference to instance variable 'jj_gen' needs "this.". 3914 20
    # warning RequireThis Reference to instance variable 'jj_la' needs "this.". 3921 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/example/debug/expr/ExpressionParserTokenManager.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'jjround' needs "this.". 900 27
    # warning RequireThis Reference to instance variable 'jjmatchedPos' needs "this.". 1710 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/example/debug/expr/LValue.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'refType' needs "this.". 568 57
    # warning RequireThis Reference to instance variable 'value' needs "this.". 672 64

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/example/debug/expr/ParseException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'eol' needs "this.". 156 113
    # warning RequireThis Reference to instance variable 'eol' needs "this.". 158 36
    # warning RequireThis Reference to instance variable 'eol' needs "this.". 160 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/example/debug/gui/ContextManager.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'currentThread' needs "this.". 122 18

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/example/debug/gui/SourceTool.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sourceModel' needs "this.". 277 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/example/debug/tty/BreakpointSpec.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lineNumber' needs "this.". 96 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/extcheck/ExtCheck.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'targetSpecTitle' needs "this.". 122 49
    # warning RequireThis Reference to instance variable 'targetSpecVersion' needs "this.". 123 51
    # warning RequireThis Reference to instance variable 'targetSpecVendor' needs "this.". 125 54
    # warning RequireThis Reference to instance variable 'targetImplVersion' needs "this.". 127 56
    # warning RequireThis Reference to instance variable 'targetImplVendor' needs "this.". 129 55

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/hat/internal/model/JavaBoolean.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'value' needs "this.". 51 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/hat/internal/model/JavaChar.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'value' needs "this.". 51 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/hat/internal/model/JavaClass.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 156 69
    # warning RequireThis Reference to instance variable 'superclass' needs "this.". 156 85
    # warning RequireThis Reference to instance variable 'name' needs "this.". 176 57
    # warning RequireThis Reference to instance variable 'name' needs "this.". 331 27
    # warning RequireThis Reference to instance variable 'instanceSize' needs "this.". 390 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/hat/internal/model/JavaHeapObject.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'referersLen' needs "this.". 90 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/hat/internal/model/JavaInt.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'value' needs "this.". 51 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/hat/internal/model/JavaLazyReadObject.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 63 64
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 74 64
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 91 64

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/hat/internal/model/JavaShort.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'value' needs "this.". 51 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/hat/internal/model/ReachableExcludesImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastModified' needs "this.". 69 44
    # warning RequireThis Reference to instance variable 'lastModified' needs "this.". 71 52
    # warning RequireThis Reference to instance variable 'excludesFile' needs "this.". 93 51

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/hat/internal/parser/HprofReader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'identifierSize' needs "this.". 186 95
    # warning RequireThis Reference to instance variable 'identifierSize' needs "this.". 216 59
    # warning RequireThis Reference to instance variable 'identifierSize' needs "this.". 414 36
    # warning RequireThis Reference to instance variable 'identifierSize' needs "this.". 662 29
    # warning RequireThis Reference to instance variable 'identifierSize' needs "this.". 734 30
    # warning RequireThis Reference to instance variable 'identifierSize' needs "this.". 820 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/hat/internal/server/FinalizerSummaryQuery.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'count' needs "this.". 61 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/jdi/BooleanValueImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'value' needs "this.". 97 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/jdi/ByteValueImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'value' needs "this.". 104 63
    # warning RequireThis Reference to instance variable 'value' needs "this.". 111 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/jdi/CharValueImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'value' needs "this.". 102 21
    # warning RequireThis Reference to instance variable 'value' needs "this.". 108 63
    # warning RequireThis Reference to instance variable 'value' needs "this.". 117 63

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/jdi/ConcreteMethodImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'firstIndex' needs "this.". 164 25
    # warning RequireThis Reference to instance variable 'lastIndex' needs "this.". 164 51
    # warning RequireThis Reference to instance variable 'firstIndex' needs "this.". 181 25
    # warning RequireThis Reference to instance variable 'lastIndex' needs "this.". 181 51

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/jdi/ConnectorImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'max' needs "this.". 325 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/jdi/DoubleValueImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'value' needs "this.". 109 63
    # warning RequireThis Reference to instance variable 'value' needs "this.". 117 63
    # warning RequireThis Reference to instance variable 'value' needs "this.". 125 63
    # warning RequireThis Reference to instance variable 'value' needs "this.". 133 63
    # warning RequireThis Reference to instance variable 'value' needs "this.". 141 26
    # warning RequireThis Reference to instance variable 'value' needs "this.". 142 63
    # warning RequireThis Reference to instance variable 'value' needs "this.". 150 27
    # warning RequireThis Reference to instance variable 'value' needs "this.". 151 63
    # warning RequireThis Reference to instance variable 'value' needs "this.". 158 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/jdi/EventRequestManagerImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'isEnabled' needs "this.". 162 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/jdi/EventSetImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'suspendPolicy' needs "this.". 57 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/jdi/FloatValueImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'value' needs "this.". 109 63
    # warning RequireThis Reference to instance variable 'value' needs "this.". 117 63
    # warning RequireThis Reference to instance variable 'value' needs "this.". 125 63
    # warning RequireThis Reference to instance variable 'value' needs "this.". 133 25
    # warning RequireThis Reference to instance variable 'value' needs "this.". 134 63
    # warning RequireThis Reference to instance variable 'value' needs "this.". 142 26
    # warning RequireThis Reference to instance variable 'value' needs "this.". 143 63
    # warning RequireThis Reference to instance variable 'value' needs "this.". 150 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/jdi/IntegerValueImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'value' needs "this.". 103 63
    # warning RequireThis Reference to instance variable 'value' needs "this.". 111 63
    # warning RequireThis Reference to instance variable 'value' needs "this.". 119 63
    # warning RequireThis Reference to instance variable 'value' needs "this.". 126 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/jdi/JDWPException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'errorCode' needs "this.". 65 74

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/jdi/JNITypeParser.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'signature' needs "this.". 126 52
    # warning RequireThis Reference to instance variable 'signature' needs "this.". 145 52

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/jdi/LinkedHashMap.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'header' needs "this.". 208 47
    # warning RequireThis Reference to instance variable 'header' needs "this.". 212 47
    # warning RequireThis Reference to instance variable 'loadFactor' needs "this.". 293 41
    # warning RequireThis Reference to instance variable 'header' needs "this.". 296 43
    # warning RequireThis Reference to instance variable 'header' needs "this.". 335 47
    # warning RequireThis Reference to instance variable 'header' needs "this.". 339 47
    # warning RequireThis Reference to instance variable 'threshold' needs "this.". 384 22
    # warning RequireThis Reference to instance variable 'count' needs "this.". 417 34
    # warning RequireThis Reference to instance variable 'count' needs "this.". 420 22
    # warning RequireThis Reference to instance variable 'value' needs "this.". 784 28
    # warning RequireThis Reference to instance variable 'header' needs "LinkedHashMap.this.". 812 29
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 816 29
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 829 29
    # warning RequireThis Reference to instance variable 'lastReturned' needs "this.". 837 26
    # warning RequireThis Reference to instance variable 'header' needs "this.". 872 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/jdi/LongValueImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'value' needs "this.". 109 63
    # warning RequireThis Reference to instance variable 'value' needs "this.". 117 63
    # warning RequireThis Reference to instance variable 'value' needs "this.". 125 63
    # warning RequireThis Reference to instance variable 'value' needs "this.". 133 63
    # warning RequireThis Reference to instance variable 'value' needs "this.". 140 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/jdi/SDE.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sourceName' needs "this.". 57 60
    # warning RequireThis Reference to instance variable 'baseStratumIndex' needs "SDE.this.". 103 27
    # warning RequireThis Reference to instance variable 'jplsLine' needs "this.". 203 55
    # warning RequireThis Reference to instance variable 'sdePos' needs "this.". 269 33
    # warning RequireThis Reference to instance variable 'fileIndex' needs "this.". 530 48
    # warning RequireThis Reference to instance variable 'lineIndex' needs "this.". 532 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/jdi/ShortValueImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'value' needs "this.". 103 63
    # warning RequireThis Reference to instance variable 'value' needs "this.". 111 63
    # warning RequireThis Reference to instance variable 'value' needs "this.". 118 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/com/sun/tools/jdi/VMState.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastResumeCommandId' needs "this.". 100 57

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/AWTEventMulticaster.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'a' needs "this.". 143 21
    # warning RequireThis Reference to instance variable 'b' needs "this.". 144 21
    # warning RequireThis Reference to instance variable 'a' needs "this.". 147 19
    # warning RequireThis Reference to instance variable 'b' needs "this.". 147 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/AWTKeyStroke.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'keyChar' needs "this.". 686 35
    # warning RequireThis Reference to instance variable 'keyCode' needs "this.". 686 60
    # warning RequireThis Reference to instance variable 'onKeyRelease' needs "this.". 687 40
    # warning RequireThis Reference to instance variable 'modifiers' needs "this.". 688 37
    # warning RequireThis Reference to instance variable 'keyChar' needs "this.". 704 61

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/AlphaComposite.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'rule' needs "this.". 771 57

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/BasicStroke.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'join' needs "this.". 381 28
    # warning RequireThis Reference to instance variable 'cap' needs "this.". 382 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/BorderLayout.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'center' needs "this.". 479 21
    # warning RequireThis Reference to instance variable 'north' needs "this.". 481 28
    # warning RequireThis Reference to instance variable 'south' needs "this.". 483 28
    # warning RequireThis Reference to instance variable 'east' needs "this.". 485 28
    # warning RequireThis Reference to instance variable 'west' needs "this.". 487 28
    # warning RequireThis Reference to instance variable 'firstLine' needs "this.". 490 21
    # warning RequireThis Reference to instance variable 'lastLine' needs "this.". 492 28
    # warning RequireThis Reference to instance variable 'firstItem' needs "this.". 494 28
    # warning RequireThis Reference to instance variable 'lastItem' needs "this.". 496 28
    # warning RequireThis Reference to instance variable 'center' needs "this.". 609 21
    # warning RequireThis Reference to instance variable 'north' needs "this.". 611 28
    # warning RequireThis Reference to instance variable 'south' needs "this.". 613 28
    # warning RequireThis Reference to instance variable 'west' needs "this.". 615 28
    # warning RequireThis Reference to instance variable 'east' needs "this.". 617 28
    # warning RequireThis Reference to instance variable 'firstLine' needs "this.". 619 28
    # warning RequireThis Reference to instance variable 'lastLine' needs "this.". 621 28
    # warning RequireThis Reference to instance variable 'firstItem' needs "this.". 623 28
    # warning RequireThis Reference to instance variable 'lastItem' needs "this.". 625 28
    # warning RequireThis Reference to instance variable 'hgap' needs "this.". 654 36
    # warning RequireThis Reference to instance variable 'hgap' needs "this.". 659 36
    # warning RequireThis Reference to instance variable 'vgap' needs "this.". 670 38
    # warning RequireThis Reference to instance variable 'vgap' needs "this.". 675 38
    # warning RequireThis Reference to instance variable 'hgap' needs "this.". 710 36
    # warning RequireThis Reference to instance variable 'hgap' needs "this.". 715 36
    # warning RequireThis Reference to instance variable 'vgap' needs "this.". 726 38
    # warning RequireThis Reference to instance variable 'vgap' needs "this.". 731 38
    # warning RequireThis Reference to instance variable 'vgap' needs "this.". 817 31
    # warning RequireThis Reference to instance variable 'vgap' needs "this.". 823 34
    # warning RequireThis Reference to instance variable 'hgap' needs "this.". 829 32
    # warning RequireThis Reference to instance variable 'hgap' needs "this.". 835 31
    # warning RequireThis Reference to instance variable 'hgap' needs "this.". 885 50
    # warning RequireThis Reference to instance variable 'vgap' needs "this.". 885 68

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/Button.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'label' needs "this.". 423 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/CardLayout.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'hgap' needs "this.". 557 50
    # warning RequireThis Reference to instance variable 'vgap' needs "this.". 557 68

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/Checkbox.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'state' needs "this.". 599 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/CheckboxGroup.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'selectedCheckbox' needs "this.". 147 62

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/CheckboxMenuItem.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'state' needs "this.". 408 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/Component.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dropTarget' needs "this.". 1079 19
    # warning RequireThis Reference to instance variable 'width' needs "this.". 4128 45
    # warning RequireThis Reference to instance variable 'height' needs "this.". 4128 69
    # warning RequireThis Reference to instance variable 'width' needs "this.". 4418 35
    # warning RequireThis Reference to instance variable 'height' needs "this.". 4418 59
    # warning RequireThis Reference to instance variable 'width' needs "this.". 4609 33
    # warning RequireThis Reference to instance variable 'height' needs "this.". 4609 60
    # warning RequireThis Reference to instance variable 'x' needs "this.". 8075 64
    # warning RequireThis Reference to instance variable 'y' needs "this.". 8075 74
    # warning RequireThis Reference to instance variable 'width' needs "this.". 8075 84
    # warning RequireThis Reference to instance variable 'height' needs "this.". 8075 98

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/Container.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nativeContainer' needs "this.". 4480 46
    # warning RequireThis Reference to instance variable 'mouseEventTarget' needs "this.". 4500 26
    # warning RequireThis Reference to instance variable 'nativeContainer' needs "this.". 4560 26
    # warning RequireThis Reference to instance variable 'nativeContainer' needs "this.". 4671 51
    # warning RequireThis Reference to instance variable 'nativeContainer' needs "this.". 4774 47
    # warning RequireThis Reference to instance variable 'nativeContainer' needs "this.". 4819 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/ContainerOrderFocusTraversalPolicy.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'FORWARD_TRAVERSAL' needs "this.". 176 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/DefaultKeyboardFocusManager.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'after' needs "this.". 90 42
    # warning RequireThis Reference to instance variable 'untilFocused' needs "this.". 90 59

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/Dialog.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'modalityType' needs "this.". 1361 50
    # warning RequireThis Reference to instance variable 'title' needs "this.". 1363 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/Dimension.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'height' needs "this.". 221 27
    # warning RequireThis Reference to instance variable 'width' needs "this.". 222 36
    # warning RequireThis Reference to instance variable 'width' needs "this.". 237 51
    # warning RequireThis Reference to instance variable 'height' needs "this.". 237 72

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/Event.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'key' needs "this.". 822 41
    # warning RequireThis Reference to instance variable 'id' needs "this.". 843 30
    # warning RequireThis Reference to instance variable 'x' needs "this.". 843 43
    # warning RequireThis Reference to instance variable 'y' needs "this.". 843 55
    # warning RequireThis Reference to instance variable 'key' needs "this.". 845 30
    # warning RequireThis Reference to instance variable 'target' needs "this.". 857 33
    # warning RequireThis Reference to instance variable 'arg' needs "this.". 860 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/EventDispatchThread.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'modalComponent' needs "this.". 288 41
    # warning RequireThis Reference to instance variable 'modalComponent' needs "this.". 299 53

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/EventQueue.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dispatchThread' needs "this.". 758 47
    # warning RequireThis Reference to instance variable 'dispatchThread' needs "this.". 796 51
    # warning RequireThis Reference to instance variable 'dispatchThread' needs "this.". 1044 24
    # warning RequireThis Reference to instance variable 'dispatchThread' needs "this.". 1141 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/FileDialog.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dir' needs "this.". 573 27
    # warning RequireThis Reference to instance variable 'file' needs "this.". 574 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/FlowLayout.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'hgap' needs "this.". 570 32
    # warning RequireThis Reference to instance variable 'vgap' needs "this.". 592 37
    # warning RequireThis Reference to instance variable 'hgap' needs "this.". 629 65
    # warning RequireThis Reference to instance variable 'hgap' needs "this.". 639 46
    # warning RequireThis Reference to instance variable 'hgap' needs "this.". 692 50
    # warning RequireThis Reference to instance variable 'vgap' needs "this.". 692 68

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/Font.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 1649 77
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1650 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/Frame.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'menuBar' needs "this.". 1003 22
    # warning RequireThis Reference to instance variable 'title' needs "this.". 1065 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/GradientPaintContext.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'x1' needs "this.". 227 30
    # warning RequireThis Reference to instance variable 'dx' needs "this.". 227 36
    # warning RequireThis Reference to instance variable 'y1' needs "this.". 227 46
    # warning RequireThis Reference to instance variable 'dy' needs "this.". 227 52

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/GridLayout.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'hgap' needs "this.". 349 79
    # warning RequireThis Reference to instance variable 'vgap' needs "this.". 350 79
    # warning RequireThis Reference to instance variable 'hgap' needs "this.". 398 79
    # warning RequireThis Reference to instance variable 'vgap' needs "this.". 399 79
    # warning RequireThis Reference to instance variable 'hgap' needs "this.". 442 44
    # warning RequireThis Reference to instance variable 'vgap' needs "this.". 447 45
    # warning RequireThis Reference to instance variable 'hgap' needs "this.". 452 109
    # warning RequireThis Reference to instance variable 'vgap' needs "this.". 453 114
    # warning RequireThis Reference to instance variable 'hgap' needs "this.". 461 146
    # warning RequireThis Reference to instance variable 'vgap' needs "this.". 462 114
    # warning RequireThis Reference to instance variable 'hgap' needs "this.". 478 50
    # warning RequireThis Reference to instance variable 'vgap' needs "this.". 478 68
    # warning RequireThis Reference to instance variable 'rows' needs "this.". 479 51
    # warning RequireThis Reference to instance variable 'cols' needs "this.". 479 69

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/Insets.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'bottom' needs "this.". 150 27
    # warning RequireThis Reference to instance variable 'top' needs "this.". 151 28
    # warning RequireThis Reference to instance variable 'left' needs "this.". 152 42
    # warning RequireThis Reference to instance variable 'top' needs "this.". 153 42
    # warning RequireThis Reference to instance variable 'top' needs "this.". 168 50
    # warning RequireThis Reference to instance variable 'left' needs "this.". 168 67
    # warning RequireThis Reference to instance variable 'bottom' needs "this.". 168 87
    # warning RequireThis Reference to instance variable 'right' needs "this.". 168 108

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/JobAttributes.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'toPage' needs "this.". 590 40
    # warning RequireThis Reference to instance variable 'minPage' needs "this.". 591 24
    # warning RequireThis Reference to instance variable 'maxPage' needs "this.". 592 24
    # warning RequireThis Reference to instance variable 'minPage' needs "this.". 623 39
    # warning RequireThis Reference to instance variable 'maxPage' needs "this.". 654 39
    # warning RequireThis Reference to instance variable 'minPage' needs "this.". 790 21
    # warning RequireThis Reference to instance variable 'maxPage' needs "this.". 790 39
    # warning RequireThis Reference to instance variable 'fromPage' needs "this.". 929 40
    # warning RequireThis Reference to instance variable 'minPage' needs "this.". 930 22
    # warning RequireThis Reference to instance variable 'maxPage' needs "this.". 931 22
    # warning RequireThis Reference to instance variable 'fromPage' needs "this.". 1014 31
    # warning RequireThis Reference to instance variable 'maxPage' needs "this.". 1014 42
    # warning RequireThis Reference to instance variable 'minPage' needs "this.". 1014 52
    # warning RequireThis Reference to instance variable 'prFirst' needs "this.". 1014 62
    # warning RequireThis Reference to instance variable 'prLast' needs "this.". 1014 72
    # warning RequireThis Reference to instance variable 'toPage' needs "this.". 1015 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/KeyboardFocusManager.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'component' needs "this.". 2135 59
    # warning RequireThis Reference to instance variable 'temporary' needs "this.". 2136 33
    # warning RequireThis Reference to instance variable 'cause' needs "this.". 2136 58
    # warning RequireThis Reference to instance variable 'heavyweight' needs "this.". 2197 66

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/Label.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'text' needs "this.". 281 55

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/LinearGradientPaintContext.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'gc' needs "this.". 143 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/List.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'multipleMode' needs "this.". 717 18

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/Menu.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'tearOff' needs "this.". 554 36
    # warning RequireThis Reference to instance variable 'isHelpMenu' needs "this.". 554 61

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/MenuItem.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'label' needs "this.". 660 34
    # warning RequireThis Reference to instance variable 'shortcut' needs "this.". 662 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/MenuShortcut.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'key' needs "this.". 149 45
    # warning RequireThis Reference to instance variable 'usesShift' needs "this.". 150 43
    # warning RequireThis Reference to instance variable 'key' needs "this.". 202 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/ModalEventFilter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'modalDialog' needs "this.". 97 22
    # warning RequireThis Reference to instance variable 'modalDialog' needs "this.". 112 28
    # warning RequireThis Reference to instance variable 'appContext' needs "this.". 143 33
    # warning RequireThis Reference to instance variable 'modalDialog' needs "ModalEventFilter.this.". 147 26
    # warning RequireThis Reference to instance variable 'appContext' needs "this.". 169 33
    # warning RequireThis Reference to instance variable 'modalDialog' needs "ModalEventFilter.this.". 171 30
    # warning RequireThis Reference to instance variable 'modalDialog' needs "ModalEventFilter.this.". 205 26
    # warning RequireThis Reference to instance variable 'documentRoot' needs "this.". 208 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/MultipleGradientPaintContext.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fastGradientArraySize' needs "this.". 564 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/Point.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'x' needs "this.". 232 47
    # warning RequireThis Reference to instance variable 'y' needs "this.". 232 59

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/Polygon.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'npoints' needs "this.". 213 29
    # warning RequireThis Reference to instance variable 'npoints' needs "this.". 408 29
    # warning RequireThis Reference to instance variable 'npoints' needs "this.". 469 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/RadialGradientPaintContext.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'centerX' needs "this.". 133 41
    # warning RequireThis Reference to instance variable 'centerY' needs "this.". 133 64
    # warning RequireThis Reference to instance variable 'radius' needs "this.". 137 29
    # warning RequireThis Reference to instance variable 'centerX' needs "this.". 139 29
    # warning RequireThis Reference to instance variable 'centerY' needs "this.". 140 29
    # warning RequireThis Reference to instance variable 'centerX' needs "this.". 159 24
    # warning RequireThis Reference to instance variable 'centerY' needs "this.". 160 24
    # warning RequireThis Reference to instance variable 'radiusSq' needs "this.". 163 57
    # warning RequireThis Reference to instance variable 'constA' needs "this.". 226 42
    # warning RequireThis Reference to instance variable 'constB' needs "this.". 227 42
    # warning RequireThis Reference to instance variable 'radiusSq' needs "this.". 240 63
    # warning RequireThis Reference to instance variable 'radiusSq' needs "this.". 241 63
    # warning RequireThis Reference to instance variable 'centerX' needs "this.". 337 36
    # warning RequireThis Reference to instance variable 'centerY' needs "this.". 337 58
    # warning RequireThis Reference to instance variable 'centerY' needs "this.". 353 37
    # warning RequireThis Reference to instance variable 'centerX' needs "this.". 354 37
    # warning RequireThis Reference to instance variable 'focusX' needs "this.". 387 26
    # warning RequireThis Reference to instance variable 'focusY' needs "this.". 391 39
    # warning RequireThis Reference to instance variable 'focusY' needs "this.". 394 34
    # warning RequireThis Reference to instance variable 'focusX' needs "this.". 394 49
    # warning RequireThis Reference to instance variable 'focusX' needs "this.". 408 39
    # warning RequireThis Reference to instance variable 'focusX' needs "this.". 418 32
    # warning RequireThis Reference to instance variable 'focusY' needs "this.". 421 32
    # warning RequireThis Reference to instance variable 'focusX' needs "this.". 426 47
    # warning RequireThis Reference to instance variable 'focusY' needs "this.". 429 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/Rectangle.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'x' needs "this.". 1214 47
    # warning RequireThis Reference to instance variable 'y' needs "this.". 1214 59
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1214 75
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1214 96

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/ScrollPaneAdjustable.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'minimum' needs "this.". 194 53
    # warning RequireThis Reference to instance variable 'unitIncrement' needs "this.". 243 18
    # warning RequireThis Reference to instance variable 'visibleAmount' needs "this.". 335 35
    # warning RequireThis Reference to instance variable 'value' needs "this.". 337 18
    # warning RequireThis Reference to instance variable 'maximum' needs "this.". 438 26
    # warning RequireThis Reference to instance variable 'value' needs "this.". 439 29
    # warning RequireThis Reference to instance variable 'visibleAmount' needs "this.". 440 29
    # warning RequireThis Reference to instance variable 'unitIncrement' needs "this.". 441 30
    # warning RequireThis Reference to instance variable 'blockIncrement' needs "this.". 442 31
    # warning RequireThis Reference to instance variable 'isAdjusting' needs "this.". 443 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/Scrollbar.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'value' needs "this.". 1135 23
    # warning RequireThis Reference to instance variable 'visibleAmount' needs "this.". 1136 23
    # warning RequireThis Reference to instance variable 'minimum' needs "this.". 1137 23
    # warning RequireThis Reference to instance variable 'maximum' needs "this.". 1138 23
    # warning RequireThis Reference to instance variable 'isAdjusting' needs "this.". 1140 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/SystemColor.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'index' needs "this.". 494 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/TextArea.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'rows' needs "this.". 611 49
    # warning RequireThis Reference to instance variable 'columns' needs "this.". 612 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/TextField.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'echoChar' needs "this.". 633 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/TexturePaintContext.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'incXAcross' needs "this.". 222 35
    # warning RequireThis Reference to instance variable 'incXDown' needs "this.". 222 52
    # warning RequireThis Reference to instance variable 'incYAcross' needs "this.". 223 35
    # warning RequireThis Reference to instance variable 'incYDown' needs "this.". 223 52

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/WaitDispatchSupport.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dispatchThread' needs "this.". 192 30
    # warning RequireThis Reference to instance variable 'dispatchThread' needs "this.". 193 49
    # warning RequireThis Reference to instance variable 'interval' needs "this.". 195 58
    # warning RequireThis Reference to instance variable 'interval' needs "this.". 239 44
    # warning RequireThis Reference to instance variable 'dispatchThread' needs "this.". 298 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/Window.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'securityWarningAlignmentX' needs "this.". 3962 29
    # warning RequireThis Reference to instance variable 'securityWarningPointX' needs "this.". 3962 57
    # warning RequireThis Reference to instance variable 'securityWarningAlignmentY' needs "this.". 3963 29
    # warning RequireThis Reference to instance variable 'securityWarningPointY' needs "this.". 3963 57
    # warning RequireThis Reference to instance variable 'securityWarningWidth' needs "this.". 3967 21
    # warning RequireThis Reference to instance variable 'securityWarningHeight' needs "this.". 3970 21
    # warning RequireThis Reference to instance variable 'securityWarningWidth' needs "this.". 3983 19
    # warning RequireThis Reference to instance variable 'securityWarningHeight' needs "this.". 3987 19

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/datatransfer/DataFlavor.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mimeType' needs "this.". 1296 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/datatransfer/MimeType.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'subType' needs "this.". 253 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/dnd/DropTarget.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'active' needs "this.". 284 25
    # warning RequireThis Reference to instance variable 'componentPeer' needs "this.". 498 21
    # warning RequireThis Reference to instance variable 'hysteresis' needs "this.". 709 45
    # warning RequireThis Reference to instance variable 'hysteresis' needs "this.". 710 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/event/ActionEvent.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'actionCommand' needs "this.". 285 34
    # warning RequireThis Reference to instance variable 'when' needs "this.". 285 57

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/event/AdjustmentEvent.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'value' needs "this.". 286 25
    # warning RequireThis Reference to instance variable 'isAdjusting' needs "this.". 287 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/event/HierarchyEvent.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'changed' needs "this.". 298 44
    # warning RequireThis Reference to instance variable 'changedParent' needs "this.". 298 56
    # warning RequireThis Reference to instance variable 'changed' needs "this.". 301 46
    # warning RequireThis Reference to instance variable 'changedParent' needs "this.". 301 58
    # warning RequireThis Reference to instance variable 'changedParent' needs "this.". 329 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/event/InvocationEvent.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'runnable' needs "this.". 348 41
    # warning RequireThis Reference to instance variable 'notifier' needs "this.". 348 67
    # warning RequireThis Reference to instance variable 'catchExceptions' needs "this.". 349 35
    # warning RequireThis Reference to instance variable 'when' needs "this.". 349 64

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/event/ItemEvent.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'item' needs "this.". 199 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/event/MouseWheelEvent.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'wheelRotation' needs "this.". 422 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/event/WindowEvent.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'oldState' needs "this.". 424 30
    # warning RequireThis Reference to instance variable 'newState' needs "this.". 424 56

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/font/CharArrayIterator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 170 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/font/FontRenderContext.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'aaHintValue' needs "this.". 327 36
    # warning RequireThis Reference to instance variable 'fmHintValue' needs "this.". 328 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/font/ImageGraphicAttribute.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fOriginY' needs "this.". 130 41
    # warning RequireThis Reference to instance variable 'fOriginX' needs "this.". 141 40
    # warning RequireThis Reference to instance variable 'fOriginX' needs "this.". 164 45
    # warning RequireThis Reference to instance variable 'fOriginY' needs "this.". 164 65

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/font/LineBreakMeasurer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 353 19
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 354 32
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 361 37
    # warning RequireThis Reference to instance variable 'start' needs "this.". 364 82
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 376 32
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 384 35
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 439 19
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 441 32
    # warning RequireThis Reference to instance variable 'start' needs "this.". 475 27
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 475 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/font/NumericShaper.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'end' needs "this.". 366 38
    # warning RequireThis Reference to instance variable 'mask' needs "this.". 1377 36
    # warning RequireThis Reference to instance variable 'key' needs "this.". 1377 55

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/font/StyledParagraph.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'length' needs "this.". 270 35
    # warning RequireThis Reference to instance variable 'length' needs "this.". 293 35
    # warning RequireThis Reference to instance variable 'length' needs "this.". 312 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/font/TextHitInfo.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'charIndex' needs "this.". 173 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/font/TextJustifier.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 111 37
    # warning RequireThis Reference to instance variable 'start' needs "this.". 118 30
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 133 34
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 178 37
    # warning RequireThis Reference to instance variable 'start' needs "this.". 181 30
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 199 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/font/TextLayout.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 690 40
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 699 37
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 770 39
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 1123 36
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 1127 26
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 1240 39
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 1330 32
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 1353 36
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 1355 27
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 1374 22
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 1408 22
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 1435 36
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 1521 36
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 1573 51
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 1608 45
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 1615 40
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 1840 35
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 1845 37
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 1867 36
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 2108 29
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 2120 29
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 2196 27
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 2196 60
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 2280 50
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 2323 89
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 2330 65
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 2386 51
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 2397 29
    # warning RequireThis Reference to instance variable 'characterCount' needs "this.". 2498 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/font/TextLine.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fCharsStart' needs "this.". 537 30
    # warning RequireThis Reference to instance variable 'fCharsStart' needs "this.". 580 56
    # warning RequireThis Reference to instance variable 'fCharsStart' needs "this.". 585 60
    # warning RequireThis Reference to instance variable 'fCharsStart' needs "this.". 590 61
    # warning RequireThis Reference to instance variable 'fCharsStart' needs "this.". 604 42
    # warning RequireThis Reference to instance variable 'fCharsStart' needs "this.". 883 69

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/font/TextMeasurer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fStart' needs "this.". 199 48
    # warning RequireThis Reference to instance variable 'fComponentLimit' needs "this.". 287 51
    # warning RequireThis Reference to instance variable 'fComponentStart' needs "this.". 493 21
    # warning RequireThis Reference to instance variable 'fComponentLimit' needs "this.". 493 48
    # warning RequireThis Reference to instance variable 'layoutCount' needs "this.". 505 62
    # warning RequireThis Reference to instance variable 'fStart' needs "this.". 553 34
    # warning RequireThis Reference to instance variable 'fComponentStart' needs "this.". 556 30
    # warning RequireThis Reference to instance variable 'fComponentLimit' needs "this.". 557 31
    # warning RequireThis Reference to instance variable 'fStart' needs "this.". 561 56
    # warning RequireThis Reference to instance variable 'fStart' needs "this.". 582 34
    # warning RequireThis Reference to instance variable 'fStart' needs "this.". 583 34
    # warning RequireThis Reference to instance variable 'fStart' needs "this.". 607 34
    # warning RequireThis Reference to instance variable 'fStart' needs "this.". 608 34
    # warning RequireThis Reference to instance variable 'formattedChars' needs "this.". 629 49
    # warning RequireThis Reference to instance variable 'fStart' needs "this.". 667 19
    # warning RequireThis Reference to instance variable 'fStart' needs "this.". 671 40
    # warning RequireThis Reference to instance variable 'fStart' needs "this.". 672 40
    # warning RequireThis Reference to instance variable 'fStart' needs "this.". 726 19
    # warning RequireThis Reference to instance variable 'fStart' needs "this.". 730 40
    # warning RequireThis Reference to instance variable 'fStart' needs "this.". 731 38
    # warning RequireThis Reference to instance variable 'fStart' needs "this.". 733 60

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/geom/AffineTransform.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 1048 26
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 1048 38
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 1051 28
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 1054 26
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 1254 24
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 1254 35
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 1254 41
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 1255 24
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 1255 35
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 1255 41
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 1264 24
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 1264 35
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 1265 24
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 1265 35
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 1272 24
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 1272 30
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 1273 24
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 1273 30
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 1282 24
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 1283 24
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 1290 24
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 1290 30
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 1291 24
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 1291 30
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 1300 24
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 1301 24
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 1308 24
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 1309 24
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 1597 37
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 1597 61
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 1598 37
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 1598 61
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 1602 37
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 1602 61
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 1603 37
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 1603 61
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 1607 37
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 1607 61
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 1608 37
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 1608 61
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 1873 36
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 1960 36
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 2659 25
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 2659 37
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 2666 47
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 2666 59
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 2667 47
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 2667 59
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 2672 25
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 2672 37
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 2685 59
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 2686 47
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 2687 47
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 2687 59
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 2693 57
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 2694 46
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 2701 47
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 2702 59
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 2703 47
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 2703 59
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 2709 46
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 2710 57
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 2889 35
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 2889 45
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 2889 51
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 2890 35
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 2890 45
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 2890 51
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 2893 35
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 2893 45
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 2893 54
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 2893 64
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 2896 35
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 2896 41
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 2896 50
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 2896 56
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 2899 35
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 2899 44
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 2902 35
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 2902 41
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 2902 50
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 2902 56
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 2905 35
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 2905 44
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 2908 35
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 2908 44
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 2972 37
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 2972 47
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 2972 53
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 2973 37
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 2973 47
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 2973 53
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 2976 37
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 2976 47
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 2976 56
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 2976 66
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 2979 37
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 2979 43
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 2979 52
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 2979 58
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 2982 37
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 2982 46
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 2985 37
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 2985 43
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 2985 52
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 2985 58
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 2988 37
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 2988 46
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 2991 37
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 2991 46
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 3461 32
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 3461 44
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 3466 36
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 3466 46
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 3467 36
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 3467 46
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 3477 35
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 3477 44
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 3487 35
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 3487 44
    # warning RequireThis Reference to instance variable 'm02' needs "this.". 3490 35
    # warning RequireThis Reference to instance variable 'm12' needs "this.". 3490 44
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 3684 35
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 3684 45
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 3684 54
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 3684 64
    # warning RequireThis Reference to instance variable 'm01' needs "this.". 3688 35
    # warning RequireThis Reference to instance variable 'm10' needs "this.". 3688 44
    # warning RequireThis Reference to instance variable 'm00' needs "this.". 3692 35
    # warning RequireThis Reference to instance variable 'm11' needs "this.". 3692 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/geom/ArcIterator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'w' needs "this.". 46 29
    # warning RequireThis Reference to instance variable 'h' needs "this.". 47 29
    # warning RequireThis Reference to instance variable 'arcSegs' needs "this.". 62 51
    # warning RequireThis Reference to instance variable 'lineSegs' needs "this.". 99 34
    # warning RequireThis Reference to instance variable 'w' needs "this.". 217 56
    # warning RequireThis Reference to instance variable 'h' needs "this.". 218 56
    # warning RequireThis Reference to instance variable 'arcSegs' needs "this.". 224 21
    # warning RequireThis Reference to instance variable 'lineSegs' needs "this.". 225 36
    # warning RequireThis Reference to instance variable 'w' needs "this.". 238 55
    # warning RequireThis Reference to instance variable 'h' needs "this.". 239 55
    # warning RequireThis Reference to instance variable 'w' needs "this.". 243 55
    # warning RequireThis Reference to instance variable 'h' needs "this.". 244 55
    # warning RequireThis Reference to instance variable 'w' needs "this.". 245 41
    # warning RequireThis Reference to instance variable 'h' needs "this.". 246 41
    # warning RequireThis Reference to instance variable 'w' needs "this.". 277 47
    # warning RequireThis Reference to instance variable 'h' needs "this.". 278 47
    # warning RequireThis Reference to instance variable 'arcSegs' needs "this.". 284 21
    # warning RequireThis Reference to instance variable 'lineSegs' needs "this.". 285 36
    # warning RequireThis Reference to instance variable 'w' needs "this.". 298 46
    # warning RequireThis Reference to instance variable 'h' needs "this.". 299 46
    # warning RequireThis Reference to instance variable 'w' needs "this.". 303 46
    # warning RequireThis Reference to instance variable 'h' needs "this.". 304 46
    # warning RequireThis Reference to instance variable 'w' needs "this.". 305 32
    # warning RequireThis Reference to instance variable 'h' needs "this.". 306 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/geom/EllipseIterator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'w' needs "this.". 123 49
    # warning RequireThis Reference to instance variable 'h' needs "this.". 124 49
    # warning RequireThis Reference to instance variable 'w' needs "this.". 131 45
    # warning RequireThis Reference to instance variable 'h' needs "this.". 132 45
    # warning RequireThis Reference to instance variable 'w' needs "this.". 133 45
    # warning RequireThis Reference to instance variable 'h' needs "this.". 134 45
    # warning RequireThis Reference to instance variable 'w' needs "this.". 135 45
    # warning RequireThis Reference to instance variable 'h' needs "this.". 136 45
    # warning RequireThis Reference to instance variable 'w' needs "this.". 170 40
    # warning RequireThis Reference to instance variable 'h' needs "this.". 171 40
    # warning RequireThis Reference to instance variable 'w' needs "this.". 178 36
    # warning RequireThis Reference to instance variable 'h' needs "this.". 179 36
    # warning RequireThis Reference to instance variable 'w' needs "this.". 180 36
    # warning RequireThis Reference to instance variable 'h' needs "this.". 181 36
    # warning RequireThis Reference to instance variable 'w' needs "this.". 182 36
    # warning RequireThis Reference to instance variable 'h' needs "this.". 183 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/geom/FlatteningPathIterator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'holdIndex' needs "this.". 176 38
    # warning RequireThis Reference to instance variable 'holdEnd' needs "this.". 200 26
    # warning RequireThis Reference to instance variable 'holdEnd' needs "this.". 232 30
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 245 28
    # warning RequireThis Reference to instance variable 'squareflat' needs "this.". 246 66
    # warning RequireThis Reference to instance variable 'holdEnd' needs "this.". 277 30
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 292 28
    # warning RequireThis Reference to instance variable 'squareflat' needs "this.". 293 67

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/geom/Line2D.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'x2' needs "this.". 195 22
    # warning RequireThis Reference to instance variable 'x1' needs "this.". 197 26
    # warning RequireThis Reference to instance variable 'x2' needs "this.". 200 26
    # warning RequireThis Reference to instance variable 'y2' needs "this.". 202 22
    # warning RequireThis Reference to instance variable 'y1' needs "this.". 204 26
    # warning RequireThis Reference to instance variable 'y2' needs "this.". 207 26
    # warning RequireThis Reference to instance variable 'x2' needs "this.". 347 22
    # warning RequireThis Reference to instance variable 'x1' needs "this.". 349 26
    # warning RequireThis Reference to instance variable 'x2' needs "this.". 352 26
    # warning RequireThis Reference to instance variable 'y2' needs "this.". 354 22
    # warning RequireThis Reference to instance variable 'y1' needs "this.". 356 26
    # warning RequireThis Reference to instance variable 'y2' needs "this.". 359 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/geom/Path2D.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numCoords' needs "Path2D.this.". 254 37
    # warning RequireThis Reference to instance variable 'numTypes' needs "Path2D.this.". 482 33
    # warning RequireThis Reference to instance variable 'numTypes' needs "Path2D.this.". 560 60
    # warning RequireThis Reference to instance variable 'numCoords' needs "Path2D.this.". 1077 37
    # warning RequireThis Reference to instance variable 'numTypes' needs "Path2D.this.". 1206 33
    # warning RequireThis Reference to instance variable 'numTypes' needs "Path2D.this.". 1284 60

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/geom/Point2D.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'x' needs "this.". 132 37
    # warning RequireThis Reference to instance variable 'y' needs "this.". 132 44
    # warning RequireThis Reference to instance variable 'x' needs "this.". 216 38
    # warning RequireThis Reference to instance variable 'y' needs "this.". 216 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/geom/Rectangle2D.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'x' needs "this.". 293 27
    # warning RequireThis Reference to instance variable 'y' needs "this.". 294 25
    # warning RequireThis Reference to instance variable 'width' needs "this.". 295 25
    # warning RequireThis Reference to instance variable 'height' needs "this.". 296 25
    # warning RequireThis Reference to instance variable 'x' needs "this.". 487 27
    # warning RequireThis Reference to instance variable 'y' needs "this.". 488 25
    # warning RequireThis Reference to instance variable 'width' needs "this.". 489 25
    # warning RequireThis Reference to instance variable 'height' needs "this.". 490 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/geom/RoundRectIterator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'w' needs "this.". 147 56
    # warning RequireThis Reference to instance variable 'aw' needs "this.". 147 75
    # warning RequireThis Reference to instance variable 'h' needs "this.". 148 56
    # warning RequireThis Reference to instance variable 'ah' needs "this.". 148 75
    # warning RequireThis Reference to instance variable 'w' needs "this.". 181 48
    # warning RequireThis Reference to instance variable 'aw' needs "this.". 181 67
    # warning RequireThis Reference to instance variable 'h' needs "this.". 182 48
    # warning RequireThis Reference to instance variable 'ah' needs "this.". 182 67

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/image/AffineTransformOp.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'interpolationType' needs "this.". 543 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/image/BandCombineOp.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nrows' needs "this.". 88 27
    # warning RequireThis Reference to instance variable 'nrows' needs "this.". 109 29
    # warning RequireThis Reference to instance variable 'ncols' needs "this.". 138 59
    # warning RequireThis Reference to instance variable 'nrows' needs "this.". 148 59
    # warning RequireThis Reference to instance variable 'nrows' needs "this.". 173 39
    # warning RequireThis Reference to instance variable 'ncols' needs "this.". 175 43
    # warning RequireThis Reference to instance variable 'nrows' needs "this.". 191 39
    # warning RequireThis Reference to instance variable 'ncols' needs "this.". 242 59
    # warning RequireThis Reference to instance variable 'nrows' needs "this.". 247 34
    # warning RequireThis Reference to instance variable 'nrows' needs "this.". 253 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/image/BufferedImage.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'imageType' needs "this.". 1214 26
    # warning RequireThis Reference to instance variable 'colorModel' needs "this.". 1215 18
    # warning RequireThis Reference to instance variable 'raster' needs "this.". 1215 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/image/BufferedImageFilter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'height' needs "this.". 129 28
    # warning RequireThis Reference to instance variable 'height' needs "this.". 183 21
    # warning RequireThis Reference to instance variable 'width' needs "this.". 198 21
    # warning RequireThis Reference to instance variable 'width' needs "this.". 204 24
    # warning RequireThis Reference to instance variable 'height' needs "this.". 207 45
    # warning RequireThis Reference to instance variable 'height' needs "this.". 270 21
    # warning RequireThis Reference to instance variable 'width' needs "this.". 285 21
    # warning RequireThis Reference to instance variable 'height' needs "this.". 294 45
    # warning RequireThis Reference to instance variable 'width' needs "this.". 300 24
    # warning RequireThis Reference to instance variable 'height' needs "this.". 363 62
    # warning RequireThis Reference to instance variable 'height' needs "this.". 411 63

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/image/ColorModel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numComponents' needs "this.". 335 27
    # warning RequireThis Reference to instance variable 'numComponents' needs "this.". 338 48
    # warning RequireThis Reference to instance variable 'transferType' needs "this.". 652 54
    # warning RequireThis Reference to instance variable 'transferType' needs "this.". 719 54
    # warning RequireThis Reference to instance variable 'transferType' needs "this.". 786 54
    # warning RequireThis Reference to instance variable 'transferType' needs "this.". 849 54
    # warning RequireThis Reference to instance variable 'numComponents' needs "this.". 1066 52
    # warning RequireThis Reference to instance variable 'numComponents' needs "this.". 1070 25
    # warning RequireThis Reference to instance variable 'numComponents' needs "this.". 1074 41
    # warning RequireThis Reference to instance variable 'numColorComponents' needs "this.". 1078 57
    # warning RequireThis Reference to instance variable 'numColorComponents' needs "this.". 1079 31
    # warning RequireThis Reference to instance variable 'numColorComponents' needs "this.". 1084 31
    # warning RequireThis Reference to instance variable 'numComponents' needs "this.". 1088 31
    # warning RequireThis Reference to instance variable 'numComponents' needs "this.". 1162 44
    # warning RequireThis Reference to instance variable 'numComponents' needs "this.". 1166 25
    # warning RequireThis Reference to instance variable 'numColorComponents' needs "this.". 1175 56
    # warning RequireThis Reference to instance variable 'numColorComponents' needs "this.". 1178 35
    # warning RequireThis Reference to instance variable 'numColorComponents' needs "this.". 1184 35
    # warning RequireThis Reference to instance variable 'numColorComponents' needs "this.". 1188 39
    # warning RequireThis Reference to instance variable 'numComponents' needs "this.". 1191 31
    # warning RequireThis Reference to instance variable 'numComponents' needs "this.". 1468 33
    # warning RequireThis Reference to instance variable 'numComponents' needs "this.". 1496 33
    # warning RequireThis Reference to instance variable 'pixel_bits' needs "this.". 1668 54
    # warning RequireThis Reference to instance variable 'numComponents' needs "this.". 1669 48
    # warning RequireThis Reference to instance variable 'colorSpace' needs "this.". 1670 46
    # warning RequireThis Reference to instance variable 'transparency' needs "this.". 1671 47
    # warning RequireThis Reference to instance variable 'supportsAlpha' needs "this.". 1672 44
    # warning RequireThis Reference to instance variable 'isAlphaPremultiplied' needs "this.". 1673 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/image/ComponentSampleModel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 167 25
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 451 24
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 451 43
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 468 24
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 468 43
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 481 25
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 597 29
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 597 48
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 718 29
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 718 48
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 719 25
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 755 34
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 757 28
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 757 47
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 763 33
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 793 37
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 793 56
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 818 44
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 818 63
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 843 46
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 843 65
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 877 28
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 877 47
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 937 29
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 937 48
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 1011 28
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 1011 47
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 1012 24
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 1043 28
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 1043 47
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 1049 33
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 1079 24
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 1079 43
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 1103 29
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 1103 48
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 1128 29
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 1128 48
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 1153 28
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 1153 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/image/CropImageFilter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cropX' needs "this.". 119 18
    # warning RequireThis Reference to instance variable 'cropW' needs "this.". 123 26
    # warning RequireThis Reference to instance variable 'cropW' needs "this.". 124 26
    # warning RequireThis Reference to instance variable 'cropY' needs "this.". 127 18
    # warning RequireThis Reference to instance variable 'cropH' needs "this.". 132 26
    # warning RequireThis Reference to instance variable 'cropH' needs "this.". 133 26
    # warning RequireThis Reference to instance variable 'cropX' needs "this.". 138 33
    # warning RequireThis Reference to instance variable 'cropY' needs "this.". 138 45
    # warning RequireThis Reference to instance variable 'cropX' needs "this.". 159 18
    # warning RequireThis Reference to instance variable 'cropW' needs "this.". 163 26
    # warning RequireThis Reference to instance variable 'cropW' needs "this.". 164 26
    # warning RequireThis Reference to instance variable 'cropY' needs "this.". 167 18
    # warning RequireThis Reference to instance variable 'cropH' needs "this.". 172 26
    # warning RequireThis Reference to instance variable 'cropH' needs "this.". 173 26
    # warning RequireThis Reference to instance variable 'cropX' needs "this.". 178 33
    # warning RequireThis Reference to instance variable 'cropY' needs "this.". 178 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/image/DirectColorModel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lRGBprecision' needs "this.". 343 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/image/IndexColorModel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'map_size' needs "this.". 593 50
    # warning RequireThis Reference to instance variable 'map_size' needs "this.". 664 29
    # warning RequireThis Reference to instance variable 'map_size' needs "this.". 677 29
    # warning RequireThis Reference to instance variable 'map_size' needs "this.". 690 29
    # warning RequireThis Reference to instance variable 'map_size' needs "this.". 703 29
    # warning RequireThis Reference to instance variable 'map_size' needs "this.". 724 35
    # warning RequireThis Reference to instance variable 'map_size' needs "this.". 913 33
    # warning RequireThis Reference to instance variable 'map_size' needs "this.". 947 31
    # warning RequireThis Reference to instance variable 'map_size' needs "this.". 957 35
    # warning RequireThis Reference to instance variable 'map_size' needs "this.". 993 31
    # warning RequireThis Reference to instance variable 'map_size' needs "this.". 1345 64
    # warning RequireThis Reference to instance variable 'map_size' needs "this.". 1477 40
    # warning RequireThis Reference to instance variable 'transparent_index' needs "this.". 1529 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/image/MemoryImageSource.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'width' needs "this.". 463 29
    # warning RequireThis Reference to instance variable 'height' needs "this.". 470 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/image/MultiPixelPackedSampleModel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dataElementSize' needs "this.". 160 50
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 252 26
    # warning RequireThis Reference to instance variable 'pixelBitStride' needs "this.". 253 23
    # warning RequireThis Reference to instance variable 'dataBitOffset' needs "this.". 253 38
    # warning RequireThis Reference to instance variable 'dataElementSize' needs "this.". 253 53
    # warning RequireThis Reference to instance variable 'pixelBitStride' needs "this.". 265 19
    # warning RequireThis Reference to instance variable 'dataBitOffset' needs "this.". 265 34
    # warning RequireThis Reference to instance variable 'dataElementSize' needs "this.". 265 49
    # warning RequireThis Reference to instance variable 'pixelBitStride' needs "this.". 362 40
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 363 38
    # warning RequireThis Reference to instance variable 'dataElementSize' needs "this.". 363 62
    # warning RequireThis Reference to instance variable 'pixelBitStride' needs "this.". 365 23
    # warning RequireThis Reference to instance variable 'pixelBitStride' needs "this.". 392 42
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 393 25
    # warning RequireThis Reference to instance variable 'dataElementSize' needs "this.". 393 52
    # warning RequireThis Reference to instance variable 'pixelBitStride' needs "this.". 395 23
    # warning RequireThis Reference to instance variable 'pixelBitStride' needs "this.". 459 40
    # warning RequireThis Reference to instance variable 'pixelBitStride' needs "this.". 461 23
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 475 38
    # warning RequireThis Reference to instance variable 'dataElementSize' needs "this.". 476 44
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 491 38
    # warning RequireThis Reference to instance variable 'dataElementSize' needs "this.". 492 43
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 507 38
    # warning RequireThis Reference to instance variable 'dataElementSize' needs "this.". 508 43
    # warning RequireThis Reference to instance variable 'pixelBitStride' needs "this.". 544 40
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 545 38
    # warning RequireThis Reference to instance variable 'dataElementSize' needs "this.". 545 62
    # warning RequireThis Reference to instance variable 'pixelBitStride' needs "this.". 547 23
    # warning RequireThis Reference to instance variable 'pixelBitStride' needs "this.". 599 42
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 600 25
    # warning RequireThis Reference to instance variable 'dataElementSize' needs "this.". 600 52
    # warning RequireThis Reference to instance variable 'pixelBitStride' needs "this.". 602 23
    # warning RequireThis Reference to instance variable 'pixelBitStride' needs "this.". 647 42
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 648 25
    # warning RequireThis Reference to instance variable 'dataElementSize' needs "this.". 648 52
    # warning RequireThis Reference to instance variable 'pixelBitStride' needs "this.". 650 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/image/PixelGrabber.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dstX' needs "this.". 368 28
    # warning RequireThis Reference to instance variable 'dstY' needs "this.". 371 29
    # warning RequireThis Reference to instance variable 'dstH' needs "this.". 377 40
    # warning RequireThis Reference to instance variable 'dstH' needs "this.". 431 27
    # warning RequireThis Reference to instance variable 'dstY' needs "this.". 474 20
    # warning RequireThis Reference to instance variable 'dstH' needs "this.". 483 34
    # warning RequireThis Reference to instance variable 'dstH' needs "this.". 484 28
    # warning RequireThis Reference to instance variable 'dstX' needs "this.". 489 20
    # warning RequireThis Reference to instance variable 'dstW' needs "this.". 498 34
    # warning RequireThis Reference to instance variable 'dstW' needs "this.". 499 28
    # warning RequireThis Reference to instance variable 'dstY' needs "this.". 504 39
    # warning RequireThis Reference to instance variable 'dstScan' needs "this.". 504 47
    # warning RequireThis Reference to instance variable 'dstX' needs "this.". 504 65
    # warning RequireThis Reference to instance variable 'dstH' needs "this.". 507 46
    # warning RequireThis Reference to instance variable 'dstY' needs "this.". 561 20
    # warning RequireThis Reference to instance variable 'dstH' needs "this.". 570 34
    # warning RequireThis Reference to instance variable 'dstH' needs "this.". 571 28
    # warning RequireThis Reference to instance variable 'dstX' needs "this.". 576 20
    # warning RequireThis Reference to instance variable 'dstW' needs "this.". 585 34
    # warning RequireThis Reference to instance variable 'dstW' needs "this.". 586 28
    # warning RequireThis Reference to instance variable 'dstH' needs "this.". 593 44
    # warning RequireThis Reference to instance variable 'dstY' needs "this.". 601 39
    # warning RequireThis Reference to instance variable 'dstScan' needs "this.". 601 47
    # warning RequireThis Reference to instance variable 'dstX' needs "this.". 601 65

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/image/RGBImageFilter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'origmodel' needs "this.". 227 22
    # warning RequireThis Reference to instance variable 'origmodel' needs "this.". 264 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/image/Raster.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1111 20
    # warning RequireThis Reference to instance variable 'minX' needs "this.". 1111 29
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1115 20
    # warning RequireThis Reference to instance variable 'minY' needs "this.". 1115 30
    # warning RequireThis Reference to instance variable 'sampleModelTranslateX' needs "this.". 1469 48
    # warning RequireThis Reference to instance variable 'sampleModelTranslateY' needs "this.". 1470 48
    # warning RequireThis Reference to instance variable 'sampleModelTranslateX' needs "this.". 1503 48
    # warning RequireThis Reference to instance variable 'sampleModelTranslateY' needs "this.". 1504 48
    # warning RequireThis Reference to instance variable 'sampleModelTranslateX' needs "this.". 1522 41
    # warning RequireThis Reference to instance variable 'sampleModelTranslateY' needs "this.". 1523 41
    # warning RequireThis Reference to instance variable 'sampleModelTranslateX' needs "this.". 1542 41
    # warning RequireThis Reference to instance variable 'sampleModelTranslateY' needs "this.". 1543 41
    # warning RequireThis Reference to instance variable 'sampleModelTranslateX' needs "this.". 1561 41
    # warning RequireThis Reference to instance variable 'sampleModelTranslateY' needs "this.". 1562 41
    # warning RequireThis Reference to instance variable 'sampleModelTranslateX' needs "this.". 1583 42
    # warning RequireThis Reference to instance variable 'sampleModelTranslateY' needs "this.". 1584 42
    # warning RequireThis Reference to instance variable 'sampleModelTranslateX' needs "this.". 1606 42
    # warning RequireThis Reference to instance variable 'sampleModelTranslateY' needs "this.". 1607 42
    # warning RequireThis Reference to instance variable 'sampleModelTranslateX' needs "this.". 1629 42
    # warning RequireThis Reference to instance variable 'sampleModelTranslateY' needs "this.". 1630 42
    # warning RequireThis Reference to instance variable 'sampleModelTranslateX' needs "this.". 1651 42
    # warning RequireThis Reference to instance variable 'sampleModelTranslateY' needs "this.". 1652 42
    # warning RequireThis Reference to instance variable 'sampleModelTranslateX' needs "this.". 1672 47
    # warning RequireThis Reference to instance variable 'sampleModelTranslateY' needs "this.". 1673 47
    # warning RequireThis Reference to instance variable 'sampleModelTranslateX' needs "this.". 1693 48
    # warning RequireThis Reference to instance variable 'sampleModelTranslateY' needs "this.". 1694 48
    # warning RequireThis Reference to instance variable 'sampleModelTranslateX' needs "this.". 1719 43
    # warning RequireThis Reference to instance variable 'sampleModelTranslateY' needs "this.". 1720 43
    # warning RequireThis Reference to instance variable 'sampleModelTranslateX' needs "this.". 1746 43
    # warning RequireThis Reference to instance variable 'sampleModelTranslateY' needs "this.". 1747 43
    # warning RequireThis Reference to instance variable 'sampleModelTranslateX' needs "this.". 1772 44
    # warning RequireThis Reference to instance variable 'sampleModelTranslateY' needs "this.". 1773 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/image/ReplicateScaleFilter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'destHeight' needs "this.". 126 40
    # warning RequireThis Reference to instance variable 'destHeight' needs "this.". 155 40
    # warning RequireThis Reference to instance variable 'srcHeight' needs "this.". 155 53
    # warning RequireThis Reference to instance variable 'destWidth' needs "this.". 158 38
    # warning RequireThis Reference to instance variable 'srcWidth' needs "this.". 158 50
    # warning RequireThis Reference to instance variable 'destHeight' needs "this.". 165 30
    # warning RequireThis Reference to instance variable 'srcHeight' needs "this.". 166 35
    # warning RequireThis Reference to instance variable 'srcHeight' needs "this.". 166 47
    # warning RequireThis Reference to instance variable 'destHeight' needs "this.". 166 65
    # warning RequireThis Reference to instance variable 'destWidth' needs "this.". 169 30
    # warning RequireThis Reference to instance variable 'srcWidth' needs "this.". 170 35
    # warning RequireThis Reference to instance variable 'srcWidth' needs "this.". 170 46
    # warning RequireThis Reference to instance variable 'destWidth' needs "this.". 170 63
    # warning RequireThis Reference to instance variable 'destWidth' needs "this.". 193 28
    # warning RequireThis Reference to instance variable 'srcWidth' needs "this.". 193 40
    # warning RequireThis Reference to instance variable 'srcWidth' needs "this.". 193 61
    # warning RequireThis Reference to instance variable 'destHeight' needs "this.". 194 28
    # warning RequireThis Reference to instance variable 'srcHeight' needs "this.". 194 41
    # warning RequireThis Reference to instance variable 'srcHeight' needs "this.". 194 63
    # warning RequireThis Reference to instance variable 'destWidth' needs "this.". 234 28
    # warning RequireThis Reference to instance variable 'srcWidth' needs "this.". 234 40
    # warning RequireThis Reference to instance variable 'srcWidth' needs "this.". 234 61
    # warning RequireThis Reference to instance variable 'destHeight' needs "this.". 235 28
    # warning RequireThis Reference to instance variable 'srcHeight' needs "this.". 235 41
    # warning RequireThis Reference to instance variable 'srcHeight' needs "this.". 235 63

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/image/RescaleOp.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'length' needs "this.". 110 27
    # warning RequireThis Reference to instance variable 'dstNbits' needs "this.". 283 29
    # warning RequireThis Reference to instance variable 'srcNbits' needs "this.". 298 29
    # warning RequireThis Reference to instance variable 'length' needs "this.". 396 35
    # warning RequireThis Reference to instance variable 'length' needs "this.". 413 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/image/SampleModel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 246 25
    # warning RequireThis Reference to instance variable 'width' needs "this.". 364 27
    # warning RequireThis Reference to instance variable 'width' needs "this.". 364 40
    # warning RequireThis Reference to instance variable 'width' needs "this.". 364 64
    # warning RequireThis Reference to instance variable 'height' needs "this.". 365 27
    # warning RequireThis Reference to instance variable 'height' needs "this.". 365 41
    # warning RequireThis Reference to instance variable 'height' needs "this.". 365 66
    # warning RequireThis Reference to instance variable 'width' needs "this.". 594 27
    # warning RequireThis Reference to instance variable 'width' needs "this.". 594 40
    # warning RequireThis Reference to instance variable 'width' needs "this.". 594 64
    # warning RequireThis Reference to instance variable 'height' needs "this.". 595 27
    # warning RequireThis Reference to instance variable 'height' needs "this.". 595 41
    # warning RequireThis Reference to instance variable 'height' needs "this.". 595 66
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 711 25
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 742 25
    # warning RequireThis Reference to instance variable 'width' needs "this.". 774 27
    # warning RequireThis Reference to instance variable 'width' needs "this.". 774 40
    # warning RequireThis Reference to instance variable 'width' needs "this.". 774 64
    # warning RequireThis Reference to instance variable 'height' needs "this.". 775 27
    # warning RequireThis Reference to instance variable 'height' needs "this.". 775 41
    # warning RequireThis Reference to instance variable 'height' needs "this.". 775 66
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 787 32
    # warning RequireThis Reference to instance variable 'width' needs "this.". 822 27
    # warning RequireThis Reference to instance variable 'width' needs "this.". 822 40
    # warning RequireThis Reference to instance variable 'width' needs "this.". 822 64
    # warning RequireThis Reference to instance variable 'height' needs "this.". 823 27
    # warning RequireThis Reference to instance variable 'height' needs "this.". 823 41
    # warning RequireThis Reference to instance variable 'height' needs "this.". 823 66
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 835 32
    # warning RequireThis Reference to instance variable 'width' needs "this.". 869 27
    # warning RequireThis Reference to instance variable 'width' needs "this.". 869 40
    # warning RequireThis Reference to instance variable 'width' needs "this.". 869 64
    # warning RequireThis Reference to instance variable 'height' needs "this.". 870 27
    # warning RequireThis Reference to instance variable 'height' needs "this.". 870 41
    # warning RequireThis Reference to instance variable 'height' needs "this.". 870 66
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 883 33
    # warning RequireThis Reference to instance variable 'width' needs "this.". 985 37
    # warning RequireThis Reference to instance variable 'height' needs "this.". 986 37
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1034 37
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1035 37
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1083 37
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1084 37
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 1119 25
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 1139 25
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 1158 25
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1185 27
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1185 40
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1185 64
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1186 27
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1186 41
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1186 66
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 1193 33
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1223 27
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1223 40
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1223 64
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1224 27
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1224 41
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1224 66
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 1231 32
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1261 27
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1261 40
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1261 64
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1262 27
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1262 41
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1262 66
    # warning RequireThis Reference to instance variable 'numBands' needs "this.". 1269 33
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1377 27
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1377 40
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1377 64
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1378 27
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1378 41
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1378 66
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1415 27
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1415 40
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1415 64
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1416 27
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1416 41
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1416 66
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1454 27
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1454 40
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1454 64
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1455 27
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1455 41
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1455 66

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/awt/image/SinglePixelPackedSampleModel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxBitSize' needs "this.". 181 27
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 270 26
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 381 47
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 395 48
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 409 41
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 441 38
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 479 28
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 514 39
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 547 28
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 609 28
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 615 28
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 621 28
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 643 30
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 677 28
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 714 36
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 717 24
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 741 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/beans/EventHandler.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'action' needs "this.". 478 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/beans/XMLEncoder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'indentation' needs "this.". 567 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/beans/beancontext/BeanContextChildSupport.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'beanContext' needs "this.". 100 19

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/beans/beancontext/BeanContextServicesSupport.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'delegateRefs' needs "this.". 274 50
    # warning RequireThis Reference to instance variable 'serializable' needs "this.". 1145 39
    # warning RequireThis Reference to instance variable 'serializable' needs "this.". 1162 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/beans/beancontext/BeanContextSupport.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serializable' needs "this.". 947 43
    # warning RequireThis Reference to instance variable 'serializable' needs "this.". 965 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/io/BufferedInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'markpos' needs "this.". 211 32
    # warning RequireThis Reference to instance variable 'marklimit' needs "this.". 215 41
    # warning RequireThis Reference to instance variable 'marklimit' needs "this.". 220 27
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 235 65
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 237 25
    # warning RequireThis Reference to instance variable 'count' needs "this.". 253 20
    # warning RequireThis Reference to instance variable 'count' needs "this.". 255 24
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 266 29
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 276 29
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 361 30
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 370 29
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 398 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/io/BufferedOutputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'count' needs "this.". 125 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/io/BufferedReader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'markedChar' needs "this.". 128 36
    # warning RequireThis Reference to instance variable 'readAheadLimit' needs "this.". 129 26
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 174 33
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 176 37
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 196 25
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 207 25
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 212 33
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 214 33
    # warning RequireThis Reference to instance variable 'nextChar' needs "this.". 218 40
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 316 33
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 318 33
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 335 40
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 403 33
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 405 33
    # warning RequireThis Reference to instance variable 'nextChar' needs "this.". 413 35
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 447 33
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 450 32
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 456 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/io/BufferedWriter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 142 29
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 183 24
    # warning RequireThis Reference to instance variable 'nextChar' needs "this.". 194 38
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 198 33
    # warning RequireThis Reference to instance variable 'nextChar' needs "this.". 225 38
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 229 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/io/ByteArrayInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'count' needs "this.". 144 23
    # warning RequireThis Reference to instance variable 'count' needs "this.". 183 20
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 187 29
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 212 26
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 232 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/io/CharArrayReader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'count' needs "this.". 103 24
    # warning RequireThis Reference to instance variable 'count' needs "this.". 130 24
    # warning RequireThis Reference to instance variable 'count' needs "this.". 133 29
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 134 31
    # warning RequireThis Reference to instance variable 'count' needs "this.". 160 27
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 161 29
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 180 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/io/Console.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 432 37
    # warning RequireThis Reference to instance variable 'rcb' needs "Console.this.". 455 47
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 463 39
    # warning RequireThis Reference to instance variable 'rcb' needs "Console.this.". 474 45
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 482 45
    # warning RequireThis Reference to instance variable 'nChars' needs "this.". 493 44
    # warning RequireThis Reference to instance variable 'rcb' needs "Console.this.". 499 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/io/ExpiringCache.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'MAX_ENTRIES' needs "ExpiringCache.this.". 68 31
    # warning RequireThis Reference to instance variable 'queryOverflow' needs "this.". 74 29
    # warning RequireThis Reference to instance variable 'queryOverflow' needs "this.". 85 29
    # warning RequireThis Reference to instance variable 'millisUntilExpiration' needs "this.". 105 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/io/File.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'prefixLength' needs "this.". 429 21
    # warning RequireThis Reference to instance variable 'prefixLength' needs "this.". 448 21
    # warning RequireThis Reference to instance variable 'prefixLength' needs "this.". 449 56

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/io/ObjectInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'enableResolve' needs "this.". 772 23
    # warning RequireThis Reference to instance variable 'depth' needs "this.". 1996 57
    # warning RequireThis Reference to instance variable 'end' needs "this.". 2393 30
    # warning RequireThis Reference to instance variable 'end' needs "this.". 2525 33
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2541 44
    # warning RequireThis Reference to instance variable 'unread' needs "this.". 2541 51
    # warning RequireThis Reference to instance variable 'end' needs "this.". 2554 28
    # warning RequireThis Reference to instance variable 'end' needs "this.". 2587 28
    # warning RequireThis Reference to instance variable 'end' needs "this.". 2604 32
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2610 62
    # warning RequireThis Reference to instance variable 'end' needs "this.". 2626 29
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2648 44
    # warning RequireThis Reference to instance variable 'end' needs "this.". 2674 28
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2680 49
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2756 30
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2768 30
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2780 30
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2792 30
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2804 30
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2816 30
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2828 30
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2860 34
    # warning RequireThis Reference to instance variable 'end' needs "this.". 2864 51
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2864 57
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2881 34
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2885 59
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2903 34
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2907 59
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2925 34
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2929 59
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2946 34
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2950 59
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2967 34
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2971 59
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2988 34
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2992 59
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 3022 35
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 3055 40
    # warning RequireThis Reference to instance variable 'size' needs "this.". 3469 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/io/ObjectOutputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'enableReplace' needs "this.". 610 23
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 1837 63
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 1967 65
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2005 69
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2017 51
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2034 51
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2051 51
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2068 51
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2084 51
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 2101 51
    # warning RequireThis Reference to instance variable 'threshold' needs "this.". 2258 25
    # warning RequireThis Reference to instance variable 'loadFactor' needs "this.". 2315 47
    # warning RequireThis Reference to instance variable 'size' needs "this.". 2317 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/io/ObjectStreamClass.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'suid' needs "this.". 581 62
    # warning RequireThis Reference to instance variable 'name' needs "this.". 589 33
    # warning RequireThis Reference to instance variable 'suid' needs "this.". 654 69
    # warning RequireThis Reference to instance variable 'numObjFields' needs "this.". 1280 29
    # warning RequireThis Reference to instance variable 'numPrimFields' needs "this.". 1904 33
    # warning RequireThis Reference to instance variable 'numPrimFields' needs "this.". 1955 33
    # warning RequireThis Reference to instance variable 'numPrimFields' needs "this.". 2047 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/io/ObjectStreamField.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 259 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/io/PipedInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'out' needs "this.". 204 19
    # warning RequireThis Reference to instance variable 'out' needs "this.". 231 23
    # warning RequireThis Reference to instance variable 'in' needs "this.". 234 23
    # warning RequireThis Reference to instance variable 'in' needs "this.". 235 54
    # warning RequireThis Reference to instance variable 'out' needs "this.". 236 29
    # warning RequireThis Reference to instance variable 'in' needs "this.". 239 58
    # warning RequireThis Reference to instance variable 'in' needs "this.". 241 48
    # warning RequireThis Reference to instance variable 'out' needs "this.". 268 22
    # warning RequireThis Reference to instance variable 'out' needs "this.". 336 19
    # warning RequireThis Reference to instance variable 'out' needs "this.". 388 22
    # warning RequireThis Reference to instance variable 'out' needs "this.". 389 55
    # warning RequireThis Reference to instance variable 'out' needs "this.". 389 67
    # warning RequireThis Reference to instance variable 'out' needs "this.". 391 45
    # warning RequireThis Reference to instance variable 'out' needs "this.". 406 23
    # warning RequireThis Reference to instance variable 'out' needs "this.". 430 23
    # warning RequireThis Reference to instance variable 'out' needs "this.". 432 23
    # warning RequireThis Reference to instance variable 'out' needs "this.". 433 25
    # warning RequireThis Reference to instance variable 'out' needs "this.". 435 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/io/PipedReader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'out' needs "this.". 179 22
    # warning RequireThis Reference to instance variable 'out' needs "this.". 266 19
    # warning RequireThis Reference to instance variable 'out' needs "this.". 321 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/io/PushbackInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 175 34
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 231 19
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 276 30
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 311 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/io/PushbackReader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 118 42
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 177 23
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 268 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/io/StreamTokenizer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ttype' needs "this.". 643 35
    # warning RequireThis Reference to instance variable 'ttype' needs "this.". 700 27
    # warning RequireThis Reference to instance variable 'nval' needs "this.". 806 26
    # warning RequireThis Reference to instance variable 'LINENO' needs "this.". 831 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/io/StringBufferInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'count' needs "this.". 92 23
    # warning RequireThis Reference to instance variable 'count' needs "this.". 118 20
    # warning RequireThis Reference to instance variable 'count' needs "this.". 121 25
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 122 27
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 147 25
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 148 25
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 162 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/io/StringReader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'length' needs "this.". 70 25
    # warning RequireThis Reference to instance variable 'length' needs "this.". 97 25
    # warning RequireThis Reference to instance variable 'next' needs "this.". 99 39
    # warning RequireThis Reference to instance variable 'length' needs "this.". 125 25
    # warning RequireThis Reference to instance variable 'next' needs "this.". 128 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/io/Writer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'writeBufferSize' needs "this.". 183 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/lang/AbstractStringBuilder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'count' needs "this.". 202 38
    # warning RequireThis Reference to instance variable 'count' needs "this.". 229 38
    # warning RequireThis Reference to instance variable 'count' needs "this.". 258 30
    # warning RequireThis Reference to instance variable 'count' needs "this.". 285 42
    # warning RequireThis Reference to instance variable 'count' needs "this.". 311 34
    # warning RequireThis Reference to instance variable 'count' needs "this.". 352 39
    # warning RequireThis Reference to instance variable 'count' needs "this.". 374 38
    # warning RequireThis Reference to instance variable 'count' needs "this.". 695 19
    # warning RequireThis Reference to instance variable 'count' needs "this.". 761 38
    # warning RequireThis Reference to instance variable 'count' needs "this.". 790 21
    # warning RequireThis Reference to instance variable 'count' needs "this.". 795 19
    # warning RequireThis Reference to instance variable 'count' needs "this.". 869 19

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/lang/Class.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'descriptor' needs "this.". 979 72
    # warning RequireThis Reference to instance variable 'classRedefinedCount' needs "this.". 2239 35
    # warning RequireThis Reference to instance variable 'length' needs "this.". 2482 33
    # warning RequireThis Reference to instance variable 'length' needs "this.". 2509 33
    # warning RequireThis Reference to instance variable 'length' needs "this.". 2524 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/lang/Package.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pkgName' needs "this.". 364 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/lang/StackTraceElement.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'methodName' needs "this.". 172 39
    # warning RequireThis Reference to instance variable 'fileName' needs "this.". 175 21
    # warning RequireThis Reference to instance variable 'lineNumber' needs "this.". 175 38
    # warning RequireThis Reference to instance variable 'fileName' needs "this.". 176 40
    # warning RequireThis Reference to instance variable 'lineNumber' needs "this.". 205 29
    # warning RequireThis Reference to instance variable 'lineNumber' needs "this.". 216 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/lang/String.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'count' needs "this.". 694 38
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 697 30
    # warning RequireThis Reference to instance variable 'count' needs "this.". 723 38
    # warning RequireThis Reference to instance variable 'count' needs "this.". 726 74
    # warning RequireThis Reference to instance variable 'count' needs "this.". 753 30
    # warning RequireThis Reference to instance variable 'count' needs "this.". 781 42
    # warning RequireThis Reference to instance variable 'count' needs "this.". 808 34
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 812 82
    # warning RequireThis Reference to instance variable 'count' needs "this.". 857 22
    # warning RequireThis Reference to instance variable 'count' needs "this.". 915 22
    # warning RequireThis Reference to instance variable 'count' needs "this.". 1130 67
    # warning RequireThis Reference to instance variable 'count' needs "this.". 1579 33
    # warning RequireThis Reference to instance variable 'count' needs "this.". 1589 38
    # warning RequireThis Reference to instance variable 'count' needs "this.". 1610 38
    # warning RequireThis Reference to instance variable 'count' needs "this.". 1954 24
    # warning RequireThis Reference to instance variable 'count' needs "this.". 1960 51
    # warning RequireThis Reference to instance variable 'count' needs "this.". 2467 48
    # warning RequireThis Reference to instance variable 'count' needs "this.". 2500 38
    # warning RequireThis Reference to instance variable 'count' needs "this.". 2632 48
    # warning RequireThis Reference to instance variable 'count' needs "this.". 2666 38
    # warning RequireThis Reference to instance variable 'count' needs "this.". 2781 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/lang/Thread.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'contextClassLoader' needs "this.". 1449 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/lang/ThreadGroup.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nthreads' needs "this.". 638 34
    # warning RequireThis Reference to instance variable 'nthreads' needs "this.". 692 34
    # warning RequireThis Reference to instance variable 'nthreads' needs "this.". 739 34
    # warning RequireThis Reference to instance variable 'ngroups' needs "this.". 832 34
    # warning RequireThis Reference to instance variable 'nthreads' needs "this.". 967 34
    # warning RequireThis Reference to instance variable 'nthreads' needs "this.". 997 34
    # warning RequireThis Reference to instance variable 'maxPriority' needs "this.". 1092 75

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/lang/ThreadLocal.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'threshold' needs "this.". 445 49

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/lang/invoke/FilterGeneric.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'entryType' needs "this.". 138 33
    # warning RequireThis Reference to instance variable 'key' needs "this.". 293 56

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/lang/invoke/FromGeneric.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'targetType' needs "this.". 155 21
    # warning RequireThis Reference to instance variable 'targetType' needs "this.". 159 32
    # warning RequireThis Reference to instance variable 'targetType' needs "this.". 186 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/lang/invoke/InvokeGeneric.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'erasedCallerType' needs "this.". 146 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/lang/invoke/Invokers.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'targetType' needs "this.". 91 68
    # warning RequireThis Reference to instance variable 'targetType' needs "this.". 156 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/lang/invoke/MemberName.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'type' needs "this.". 135 52
    # warning RequireThis Reference to instance variable 'type' needs "this.". 180 51

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/lang/invoke/MethodHandle.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'type' needs "this.". 1186 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/lang/invoke/MethodTypeForm.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'erasedType' needs "this.". 476 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/lang/invoke/SpreadGeneric.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'targetType' needs "this.". 87 21
    # warning RequireThis Reference to instance variable 'targetType' needs "this.". 130 43
    # warning RequireThis Reference to instance variable 'spreadCount' needs "this.". 130 58

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/lang/invoke/ToGeneric.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'entryType' needs "this.". 222 21
    # warning RequireThis Reference to instance variable 'entryType' needs "this.". 227 32
    # warning RequireThis Reference to instance variable 'entryType' needs "this.". 262 28
    # warning RequireThis Reference to instance variable 'convert' needs "this.". 344 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/lang/management/MemoryUsage.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'init' needs "this.". 243 32
    # warning RequireThis Reference to instance variable 'used' needs "this.". 244 32
    # warning RequireThis Reference to instance variable 'committed' needs "this.". 245 37
    # warning RequireThis Reference to instance variable 'max' needs "this.". 247 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/lang/management/PlatformComponent.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'type' needs "this.". 400 41
    # warning RequireThis Reference to instance variable 'type' needs "this.". 424 52

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/math/BigDecimal.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'scale' needs "this.". 2699 56
    # warning RequireThis Reference to instance variable 'scale' needs "this.". 2701 43
    # warning RequireThis Reference to instance variable 'scale' needs "this.". 2981 28
    # warning RequireThis Reference to instance variable 'intCompact' needs "this.". 3841 28
    # warning RequireThis Reference to instance variable 'intCompact' needs "this.". 3844 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/math/BigInteger.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'signum' needs "this.". 1047 27
    # warning RequireThis Reference to instance variable 'signum' needs "this.". 1057 49
    # warning RequireThis Reference to instance variable 'signum' needs "this.". 1115 27
    # warning RequireThis Reference to instance variable 'signum' needs "this.". 1124 49
    # warning RequireThis Reference to instance variable 'signum' needs "this.". 2548 28
    # warning RequireThis Reference to instance variable 'signum' needs "this.". 2600 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/math/BitSieve.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'length' needs "this.". 89 49

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/math/MathContext.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'precision' needs "this.". 300 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/math/MutableBigInteger.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'intLen' needs "this.". 123 72
    # warning RequireThis Reference to instance variable 'intLen' needs "this.". 131 43
    # warning RequireThis Reference to instance variable 'intLen' needs "this.". 132 63
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 208 57
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 248 52
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 267 44
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 269 21
    # warning RequireThis Reference to instance variable 'intLen' needs "this.". 308 32
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 313 32
    # warning RequireThis Reference to instance variable 'intLen' needs "this.". 336 24
    # warning RequireThis Reference to instance variable 'intLen' needs "this.". 404 50
    # warning RequireThis Reference to instance variable 'intLen' needs "this.". 411 52
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 420 22
    # warning RequireThis Reference to instance variable 'intLen' needs "this.". 484 29
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 487 35
    # warning RequireThis Reference to instance variable 'intLen' needs "this.". 489 37
    # warning RequireThis Reference to instance variable 'intLen' needs "this.". 490 30
    # warning RequireThis Reference to instance variable 'intLen' needs "this.". 493 29
    # warning RequireThis Reference to instance variable 'intLen' needs "this.". 554 27
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 554 49
    # warning RequireThis Reference to instance variable 'intLen' needs "this.". 570 42
    # warning RequireThis Reference to instance variable 'intLen' needs "this.". 575 20
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 596 28
    # warning RequireThis Reference to instance variable 'value' needs "this.". 605 41
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 605 65
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 607 28
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 746 46
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 757 41
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 790 45
    # warning RequireThis Reference to instance variable 'intLen' needs "this.". 828 37
    # warning RequireThis Reference to instance variable 'intLen' needs "this.". 850 33
    # warning RequireThis Reference to instance variable 'intLen' needs "this.". 1270 43
    # warning RequireThis Reference to instance variable 'intLen' needs "this.". 1277 36
    # warning RequireThis Reference to instance variable 'intLen' needs "this.". 1279 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/net/AbstractPlainSocketImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'CONNECTION_RESET' needs "this.". 625 35
    # warning RequireThis Reference to instance variable 'CONNECTION_RESET_PENDING' needs "this.". 631 35
    # warning RequireThis Reference to instance variable 'CONNECTION_NOT_RESET' needs "this.". 643 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/net/DatagramPacket.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 373 23
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 374 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/net/DatagramSocket.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'connectedPort' needs "this.". 665 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/net/HttpCookie.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'whenCreated' needs "this.". 235 58
    # warning RequireThis Reference to instance variable 'maxAge' needs "this.". 236 27
    # warning RequireThis Reference to instance variable 'whenCreated' needs "this.". 1112 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/net/Inet6Address.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'scope_id' needs "this.". 643 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/net/InetSocketAddress.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'port' needs "this.". 191 69
    # warning RequireThis Reference to instance variable 'port' needs "this.". 274 37
    # warning RequireThis Reference to instance variable 'port' needs "this.". 276 44
    # warning RequireThis Reference to instance variable 'port' needs "this.". 322 38
    # warning RequireThis Reference to instance variable 'port' needs "this.". 324 56

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/net/InterfaceAddress.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maskLength' needs "this.". 121 88
    # warning RequireThis Reference to instance variable 'maskLength' needs "this.". 131 32
    # warning RequireThis Reference to instance variable 'broadcast' needs "this.". 131 52

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/net/NetworkInterface.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'count' needs "this.". 126 25
    # warning RequireThis Reference to instance variable 'count' needs "this.". 134 29
    # warning RequireThis Reference to instance variable 'displayName' needs "this.". 548 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/net/SocketPermission.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cname' needs "this.". 605 136

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/net/URI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'port' needs "this.". 1475 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/net/URL.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'query' needs "this.". 401 38
    # warning RequireThis Reference to instance variable 'protocol' needs "this.". 590 70
    # warning RequireThis Reference to instance variable 'protocol' needs "this.". 1245 58
    # warning RequireThis Reference to instance variable 'port' needs "this.". 1253 60

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/net/URLConnection.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'url' needs "this.". 861 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/nio/Buffer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 235 28
    # warning RequireThis Reference to instance variable 'position' needs "this.". 238 20
    # warning RequireThis Reference to instance variable 'capacity' needs "this.". 266 25
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 269 24
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 270 20
    # warning RequireThis Reference to instance variable 'position' needs "this.". 383 24
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 394 27
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 491 25
    # warning RequireThis Reference to instance variable 'position' needs "this.". 497 21
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 512 25
    # warning RequireThis Reference to instance variable 'position' needs "this.". 518 21
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 531 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/nio/channels/FileLock.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'position' needs "this.". 319 25
    # warning RequireThis Reference to instance variable 'size' needs "this.". 320 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/nio/charset/CoderResult.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'length' needs "this.". 111 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/nio/charset/MalformedInputException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'inputLength' needs "this.". 54 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/nio/charset/UnmappableCharacterException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'inputLength' needs "this.". 54 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/nio/file/FileTreeWalker.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxDepth' needs "this.". 134 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/rmi/server/ObjID.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'objNum' needs "this.". 240 13

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/security/BasicPermission.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'permClass' needs "this.". 382 34
    # warning RequireThis Reference to instance variable 'permClass' needs "this.". 416 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/security/CodeSigner.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'timestamp' needs "this.". 161 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/security/Identity.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'info' needs "this.". 444 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/security/KeyFactory.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'spi' needs "this.". 288 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/security/KeyPairGenerator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'spi' needs "this.". 574 52
    # warning RequireThis Reference to instance variable 'initType' needs "this.". 599 70

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/security/KeyRep.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'type' needs "this.". 181 25
    # warning RequireThis Reference to instance variable 'format' needs "this.". 181 38
    # warning RequireThis Reference to instance variable 'type' needs "this.". 188 47
    # warning RequireThis Reference to instance variable 'algorithm' needs "this.". 189 47
    # warning RequireThis Reference to instance variable 'format' needs "this.". 190 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/security/Permission.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 225 61
    # warning RequireThis Reference to instance variable 'name' needs "this.". 227 61

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/security/ProtectionDomain.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'codesource' needs "this.". 308 17
    # warning RequireThis Reference to instance variable 'classloader' needs "this.". 309 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/security/Provider.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'version' needs "this.". 177 37
    # warning RequireThis Reference to instance variable 'name' needs "this.". 208 42
    # warning RequireThis Reference to instance variable 'name' needs "this.". 210 39
    # warning RequireThis Reference to instance variable 'name' needs "this.". 224 38
    # warning RequireThis Reference to instance variable 'name' needs "this.". 226 37
    # warning RequireThis Reference to instance variable 'name' needs "this.". 241 38
    # warning RequireThis Reference to instance variable 'name' needs "this.". 243 40
    # warning RequireThis Reference to instance variable 'name' needs "this.". 326 38
    # warning RequireThis Reference to instance variable 'name' needs "this.". 328 36
    # warning RequireThis Reference to instance variable 'name' needs "this.". 362 41
    # warning RequireThis Reference to instance variable 'name' needs "this.". 364 39
    # warning RequireThis Reference to instance variable 'name' needs "this.". 579 27
    # warning RequireThis Reference to instance variable 'name' needs "this.". 765 40
    # warning RequireThis Reference to instance variable 'name' needs "this.". 857 43
    # warning RequireThis Reference to instance variable 'type' needs "this.". 1234 70
    # warning RequireThis Reference to instance variable 'type' needs "this.". 1247 53
    # warning RequireThis Reference to instance variable 'algorithm' needs "this.". 1259 23
    # warning RequireThis Reference to instance variable 'className' needs "this.". 1260 37
    # warning RequireThis Reference to instance variable 'algorithm' needs "this.". 1264 23
    # warning RequireThis Reference to instance variable 'className' needs "this.". 1265 37
    # warning RequireThis Reference to instance variable 'type' needs "this.". 1286 48
    # warning RequireThis Reference to instance variable 'className' needs "this.". 1320 61
    # warning RequireThis Reference to instance variable 'type' needs "this.". 1358 38
    # warning RequireThis Reference to instance variable 'type' needs "this.". 1363 71
    # warning RequireThis Reference to instance variable 'type' needs "this.". 1473 48
    # warning RequireThis Reference to instance variable 'algorithm' needs "this.". 1473 61
    # warning RequireThis Reference to instance variable 'className' needs "this.". 1474 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/security/Timestamp.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'timestamp' needs "this.". 146 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/security/UnresolvedPermission.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'type' needs "this.". 287 53
    # warning RequireThis Reference to instance variable 'name' needs "this.". 293 58
    # warning RequireThis Reference to instance variable 'type' needs "this.". 490 33
    # warning RequireThis Reference to instance variable 'name' needs "this.". 490 46
    # warning RequireThis Reference to instance variable 'actions' needs "this.". 490 59

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/security/cert/CertPath.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'type' needs "this.". 227 26
    # warning RequireThis Reference to instance variable 'type' needs "this.". 291 56
    # warning RequireThis Reference to instance variable 'type' needs "this.". 337 60

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/security/cert/Certificate.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'type' needs "this.". 247 33
    # warning RequireThis Reference to instance variable 'type' needs "this.". 269 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/security/cert/CertificateRevokedException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'reason' needs "this.". 176 18
    # warning RequireThis Reference to instance variable 'revocationDate' needs "this.". 176 51
    # warning RequireThis Reference to instance variable 'authority' needs "this.". 177 36
    # warning RequireThis Reference to instance variable 'extensions' needs "this.". 177 67

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/security/cert/CollectionCertStoreParameters.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'coll' needs "this.". 137 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/security/cert/LDAPCertStoreParameters.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverName' needs "this.". 144 38
    # warning RequireThis Reference to instance variable 'port' needs "this.". 145 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/security/cert/PKIXBuilderParameters.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxPathLength' needs "this.". 195 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/security/cert/PKIXCertPathBuilderResult.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'certPath' needs "this.". 112 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/security/cert/PKIXCertPathValidatorResult.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'subjectPublicKey' needs "this.". 155 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/security/cert/PKIXParameters.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'revocationEnabled' needs "this.". 718 54
    # warning RequireThis Reference to instance variable 'explicitPolicyRequired' needs "this.". 719 52
    # warning RequireThis Reference to instance variable 'policyMappingInhibited' needs "this.". 720 52
    # warning RequireThis Reference to instance variable 'anyPolicyInhibited' needs "this.". 721 48
    # warning RequireThis Reference to instance variable 'policyQualifiersRejected' needs "this.". 722 54

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/security/cert/PolicyQualifierInfo.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mId' needs "this.". 166 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/security/cert/X509CRLSelector.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'minCRL' needs "this.". 578 44
    # warning RequireThis Reference to instance variable 'maxCRL' needs "this.". 580 44
    # warning RequireThis Reference to instance variable 'dateAndTime' needs "this.". 582 43
    # warning RequireThis Reference to instance variable 'certChecking' needs "this.". 584 57
    # warning RequireThis Reference to instance variable 'skew' needs "this.". 679 64
    # warning RequireThis Reference to instance variable 'skew' needs "this.". 680 65

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/security/cert/X509CertSelector.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'subjectPublicKeyAlgID' needs "this.". 2252 23
    # warning RequireThis Reference to instance variable 'basicConstraints' needs "this.". 2589 30
    # warning RequireThis Reference to instance variable 'basicConstraints' needs "this.". 2592 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/sql/DriverManager.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'driver' needs "this.". 634 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/sql/SQLException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'SQLState' needs "this.". 217 53
    # warning RequireThis Reference to instance variable 'SQLState' needs "this.". 242 53

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/sql/Timestamp.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nanos' needs "this.". 112 34
    # warning RequireThis Reference to instance variable 'nanos' needs "this.". 130 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/text/Annotation.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'value' needs "this.". 79 51

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/text/AttributedCharacterIterator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 135 49

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/text/AttributedString.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'runCount' needs "this.". 450 27
    # warning RequireThis Reference to instance variable 'runCount' needs "this.". 455 24
    # warning RequireThis Reference to instance variable 'runArraySize' needs "this.". 461 25
    # warning RequireThis Reference to instance variable 'runArraySize' needs "this.". 466 33
    # warning RequireThis Reference to instance variable 'beginIndex' needs "this.". 808 29
    # warning RequireThis Reference to instance variable 'endIndex' needs "this.". 816 33
    # warning RequireThis Reference to instance variable 'endIndex' needs "this.". 824 32
    # warning RequireThis Reference to instance variable 'beginIndex' needs "this.". 833 32
    # warning RequireThis Reference to instance variable 'beginIndex' needs "this.". 842 28
    # warning RequireThis Reference to instance variable 'endIndex' needs "this.". 842 53
    # warning RequireThis Reference to instance variable 'beginIndex' needs "this.". 866 36
    # warning RequireThis Reference to instance variable 'beginIndex' needs "this.". 872 35
    # warning RequireThis Reference to instance variable 'beginIndex' needs "this.". 877 32
    # warning RequireThis Reference to instance variable 'beginIndex' needs "this.". 885 36
    # warning RequireThis Reference to instance variable 'beginIndex' needs "this.". 890 35
    # warning RequireThis Reference to instance variable 'beginIndex' needs "this.". 895 32
    # warning RequireThis Reference to instance variable 'endIndex' needs "this.". 907 36
    # warning RequireThis Reference to instance variable 'endIndex' needs "this.". 913 35
    # warning RequireThis Reference to instance variable 'endIndex' needs "this.". 918 32
    # warning RequireThis Reference to instance variable 'endIndex' needs "this.". 926 36
    # warning RequireThis Reference to instance variable 'endIndex' needs "this.". 931 35
    # warning RequireThis Reference to instance variable 'endIndex' needs "this.". 936 32
    # warning RequireThis Reference to instance variable 'runCount' needs "AttributedString.this.". 964 28
    # warning RequireThis Reference to instance variable 'endIndex' needs "this.". 965 40
    # warning RequireThis Reference to instance variable 'beginIndex' needs "this.". 965 93
    # warning RequireThis Reference to instance variable 'currentRunStart' needs "this.". 998 28
    # warning RequireThis Reference to instance variable 'currentRunLimit' needs "this.". 998 59
    # warning RequireThis Reference to instance variable 'endIndex' needs "this.". 1001 33
    # warning RequireThis Reference to instance variable 'endIndex' needs "this.". 1010 33
    # warning RequireThis Reference to instance variable 'currentIndex' needs "this.". 1016 82
    # warning RequireThis Reference to instance variable 'beginIndex' needs "this.". 1021 47
    # warning RequireThis Reference to instance variable 'endIndex' needs "this.". 1029 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/text/BreakDictionary.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numCols' needs "this.". 339 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/text/CalendarBuilder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxFieldIndex' needs "this.". 75 21
    # warning RequireThis Reference to instance variable 'nextStamp' needs "this.". 108 54
    # warning RequireThis Reference to instance variable 'maxFieldIndex' needs "this.". 109 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/text/CharacterIteratorFieldDelegate.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 59 25
    # warning RequireThis Reference to instance variable 'size' needs "this.". 109 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/text/DecimalFormat.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'multiplier' needs "this.". 658 44
    # warning RequireThis Reference to instance variable 'minExponentDigits' needs "this.". 1040 47
    # warning RequireThis Reference to instance variable 'groupingSize' needs "this.". 1085 26
    # warning RequireThis Reference to instance variable 'multiplier' needs "this.". 1331 38
    # warning RequireThis Reference to instance variable 'multiplier' needs "this.". 1334 63
    # warning RequireThis Reference to instance variable 'groupingSize' needs "this.". 2235 25
    # warning RequireThis Reference to instance variable 'minExponentDigits' needs "this.". 2259 21
    # warning RequireThis Reference to instance variable 'posSuffixPattern' needs "this.". 2265 42
    # warning RequireThis Reference to instance variable 'posPrefixPattern' needs "this.". 2270 57
    # warning RequireThis Reference to instance variable 'posPrefixPattern' needs "this.". 2271 46
    # warning RequireThis Reference to instance variable 'positivePrefix' needs "this.". 2272 73
    # warning RequireThis Reference to instance variable 'posPrefixPattern' needs "this.". 2661 39
    # warning RequireThis Reference to instance variable 'maximumIntegerDigits' needs "this.". 2679 36
    # warning RequireThis Reference to instance variable 'maximumIntegerDigits' needs "this.". 2698 36
    # warning RequireThis Reference to instance variable 'maximumFractionDigits' needs "this.". 2717 37
    # warning RequireThis Reference to instance variable 'maximumFractionDigits' needs "this.". 2736 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/text/DecimalFormatSymbols.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'groupingSeparator' needs "this.". 517 36
    # warning RequireThis Reference to instance variable 'decimalSeparator' needs "this.". 518 36
    # warning RequireThis Reference to instance variable 'intlCurrencySymbol' needs "this.". 573 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/text/DigitList.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'count' needs "this.". 114 27
    # warning RequireThis Reference to instance variable 'decimalAt' needs "this.". 191 33
    # warning RequireThis Reference to instance variable 'decimalAt' needs "this.". 202 46
    # warning RequireThis Reference to instance variable 'count' needs "this.". 206 25
    # warning RequireThis Reference to instance variable 'count' needs "this.". 209 82
    # warning RequireThis Reference to instance variable 'count' needs "this.". 239 25
    # warning RequireThis Reference to instance variable 'count' needs "this.". 248 25
    # warning RequireThis Reference to instance variable 'decimalAt' needs "this.". 256 21
    # warning RequireThis Reference to instance variable 'decimalAt' needs "this.". 368 45
    # warning RequireThis Reference to instance variable 'count' needs "this.". 379 51
    # warning RequireThis Reference to instance variable 'count' needs "this.". 427 29
    # warning RequireThis Reference to instance variable 'count' needs "this.". 430 45
    # warning RequireThis Reference to instance variable 'count' needs "this.". 439 45
    # warning RequireThis Reference to instance variable 'count' needs "this.". 446 45
    # warning RequireThis Reference to instance variable 'count' needs "this.". 461 51
    # warning RequireThis Reference to instance variable 'count' needs "this.". 473 51
    # warning RequireThis Reference to instance variable 'count' needs "this.". 482 45
    # warning RequireThis Reference to instance variable 'count' needs "this.". 603 29
    # warning RequireThis Reference to instance variable 'count' needs "this.". 615 29
    # warning RequireThis Reference to instance variable 'count' needs "this.". 644 26
    # warning RequireThis Reference to instance variable 'count' needs "this.". 648 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/text/FieldPosition.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'field' needs "this.". 242 25
    # warning RequireThis Reference to instance variable 'attribute' needs "this.". 242 49
    # warning RequireThis Reference to instance variable 'beginIndex' needs "this.". 243 30
    # warning RequireThis Reference to instance variable 'endIndex' needs "this.". 244 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/text/MergeCollation.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastEntry' needs "this.". 246 63

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/text/MessageFormat.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxOffset' needs "this.". 525 30
    # warning RequireThis Reference to instance variable 'maxOffset' needs "this.". 608 30
    # warning RequireThis Reference to instance variable 'maxOffset' needs "this.". 667 30
    # warning RequireThis Reference to instance variable 'maxOffset' needs "this.". 717 30
    # warning RequireThis Reference to instance variable 'maxOffset' needs "this.". 723 30
    # warning RequireThis Reference to instance variable 'maxOffset' needs "this.". 949 30
    # warning RequireThis Reference to instance variable 'maxOffset' needs "this.". 959 30
    # warning RequireThis Reference to instance variable 'maxOffset' needs "this.". 976 40
    # warning RequireThis Reference to instance variable 'maxOffset' needs "this.". 1232 30
    # warning RequireThis Reference to instance variable 'maxOffset' needs "this.". 1576 37
    # warning RequireThis Reference to instance variable 'maxOffset' needs "this.". 1577 37
    # warning RequireThis Reference to instance variable 'maxOffset' needs "this.". 1578 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/text/NumberFormat.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxFractionDigits' needs "this.". 507 44
    # warning RequireThis Reference to instance variable 'maximumIntegerDigits' needs "this.". 582 36
    # warning RequireThis Reference to instance variable 'maximumIntegerDigits' needs "this.". 609 36
    # warning RequireThis Reference to instance variable 'minimumFractionDigits' needs "this.". 636 37
    # warning RequireThis Reference to instance variable 'minimumFractionDigits' needs "this.". 663 37
    # warning RequireThis Reference to instance variable 'maximumIntegerDigits' needs "this.". 813 36
    # warning RequireThis Reference to instance variable 'maximumFractionDigits' needs "this.". 814 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/text/ParsePosition.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'index' needs "this.". 136 25
    # warning RequireThis Reference to instance variable 'errorIndex' needs "this.". 137 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/text/RuleBasedBreakIterator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numCategories' needs "this.". 1036 35
    # warning RequireThis Reference to instance variable 'numCategories' needs "this.". 1044 44
    # warning RequireThis Reference to instance variable 'rangeStart' needs "this.". 1080 32
    # warning RequireThis Reference to instance variable 'rangeLimit' needs "this.". 1080 62
    # warning RequireThis Reference to instance variable 'rangeLimit' needs "this.". 1091 33
    # warning RequireThis Reference to instance variable 'rangeStart' needs "this.". 1103 32
    # warning RequireThis Reference to instance variable 'rangeStart' needs "this.". 1114 21
    # warning RequireThis Reference to instance variable 'rangeLimit' needs "this.". 1114 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/text/SimpleDateFormat.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'minusSign' needs "this.". 1450 34
    # warning RequireThis Reference to instance variable 'minusSign' needs "this.". 1805 53
    # warning RequireThis Reference to instance variable 'minusSign' needs "this.". 1807 56
    # warning RequireThis Reference to instance variable 'minusSign' needs "this.". 2096 53
    # warning RequireThis Reference to instance variable 'minusSign' needs "this.". 2098 56

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/text/StringCharacterIterator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'begin' needs "this.". 138 20
    # warning RequireThis Reference to instance variable 'begin' needs "this.". 152 13
    # warning RequireThis Reference to instance variable 'end' needs "this.". 152 26
    # warning RequireThis Reference to instance variable 'begin' needs "this.". 164 20
    # warning RequireThis Reference to instance variable 'end' needs "this.". 164 35
    # warning RequireThis Reference to instance variable 'begin' needs "this.". 194 19

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/AbstractList.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cursor' needs "this.". 375 31
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 385 29
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 635 28
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 641 28
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 652 21
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 660 35
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 668 33
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 668 49
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 699 68
    # warning RequireThis Reference to instance variable 'size' needs "SubList.this.". 702 38
    # warning RequireThis Reference to instance variable 'offset' needs "SubList.this.". 724 40
    # warning RequireThis Reference to instance variable 'offset' needs "SubList.this.". 728 44
    # warning RequireThis Reference to instance variable 'size' needs "this.". 754 35
    # warning RequireThis Reference to instance variable 'size' needs "this.". 759 34
    # warning RequireThis Reference to instance variable 'size' needs "this.". 764 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/AbstractMap.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'value' needs "this.". 686 32
    # warning RequireThis Reference to instance variable 'value' needs "this.". 817 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/ArrayDeque.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 148 24
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 171 20
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 173 27
    # warning RequireThis Reference to instance variable 'head' needs "this.". 174 52
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 228 21
    # warning RequireThis Reference to instance variable 'head' needs "this.". 244 61
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 512 24
    # warning RequireThis Reference to instance variable 'head' needs "this.". 575 24
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 584 24
    # warning RequireThis Reference to instance variable 'fence' needs "this.". 622 30
    # warning RequireThis Reference to instance variable 'fence' needs "this.". 626 27
    # warning RequireThis Reference to instance variable 'fence' needs "this.". 631 25
    # warning RequireThis Reference to instance variable 'fence' needs "this.". 660 30
    # warning RequireThis Reference to instance variable 'fence' needs "this.". 664 27
    # warning RequireThis Reference to instance variable 'fence' needs "this.". 668 25
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 845 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/ArrayList.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 264 33
    # warning RequireThis Reference to instance variable 'size' needs "this.". 268 33
    # warning RequireThis Reference to instance variable 'size' needs "this.". 358 24
    # warning RequireThis Reference to instance variable 'size' needs "this.". 362 24
    # warning RequireThis Reference to instance variable 'size' needs "this.". 474 41
    # warning RequireThis Reference to instance variable 'size' needs "this.". 480 41
    # warning RequireThis Reference to instance variable 'size' needs "this.". 510 29
    # warning RequireThis Reference to instance variable 'size' needs "this.". 603 22
    # warning RequireThis Reference to instance variable 'size' needs "this.". 611 21
    # warning RequireThis Reference to instance variable 'size' needs "this.". 621 43
    # warning RequireThis Reference to instance variable 'size' needs "this.". 668 24
    # warning RequireThis Reference to instance variable 'size' needs "this.". 674 22
    # warning RequireThis Reference to instance variable 'size' needs "this.". 680 22
    # warning RequireThis Reference to instance variable 'size' needs "this.". 681 37
    # warning RequireThis Reference to instance variable 'size' needs "this.". 709 25
    # warning RequireThis Reference to instance variable 'size' needs "this.". 732 25
    # warning RequireThis Reference to instance variable 'size' needs "this.". 749 34
    # warning RequireThis Reference to instance variable 'size' needs "ArrayList.this.". 786 30
    # warning RequireThis Reference to instance variable 'size' needs "ArrayList.this.". 793 22
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 818 29
    # warning RequireThis Reference to instance variable 'lastRet' needs "this.". 1081 53

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/BitSet.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'wordsInUse' needs "this.". 535 26
    # warning RequireThis Reference to instance variable 'wordsInUse' needs "this.". 562 31
    # warning RequireThis Reference to instance variable 'wordsInUse' needs "this.". 566 29
    # warning RequireThis Reference to instance variable 'wordsInUse' needs "this.". 620 29
    # warning RequireThis Reference to instance variable 'wordsInUse' needs "this.". 706 18
    # warning RequireThis Reference to instance variable 'wordsInUse' needs "this.". 714 24
    # warning RequireThis Reference to instance variable 'wordsInUse' needs "this.". 738 18
    # warning RequireThis Reference to instance variable 'wordsInUse' needs "this.". 746 24
    # warning RequireThis Reference to instance variable 'wordsInUse' needs "this.". 784 18
    # warning RequireThis Reference to instance variable 'wordsInUse' needs "this.". 822 18
    # warning RequireThis Reference to instance variable 'wordsInUse' needs "this.". 887 29
    # warning RequireThis Reference to instance variable 'wordsInUse' needs "this.". 909 29
    # warning RequireThis Reference to instance variable 'wordsInUse' needs "this.". 1069 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/Collections.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'type' needs "this.". 2273 65
    # warning RequireThis Reference to instance variable 'keyType' needs "this.". 2638 50
    # warning RequireThis Reference to instance variable 'valueType' needs "this.". 2643 54
    # warning RequireThis Reference to instance variable 'valueType' needs "this.". 2877 62
    # warning RequireThis Reference to instance variable 'n' needs "this.". 3495 39
    # warning RequireThis Reference to instance variable 'n' needs "this.". 3497 64
    # warning RequireThis Reference to instance variable 'n' needs "this.". 3526 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/EnumMap.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'keyType' needs "this.". 310 28
    # warning RequireThis Reference to instance variable 'keyType' needs "this.". 310 67
    # warning RequireThis Reference to instance variable 'keyType' needs "this.". 328 31
    # warning RequireThis Reference to instance variable 'keyType' needs "this.". 331 68
    # warning RequireThis Reference to instance variable 'lastReturnedEntry' needs "this.". 568 27
    # warning RequireThis Reference to instance variable 'keyType' needs "this.". 676 27
    # warning RequireThis Reference to instance variable 'keyType' needs "this.". 732 25
    # warning RequireThis Reference to instance variable 'keyType' needs "this.". 732 64
    # warning RequireThis Reference to instance variable 'keyType' needs "this.". 733 62

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/EnumSet.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'elementType' needs "this.". 379 23
    # warning RequireThis Reference to instance variable 'elementType' needs "this.". 379 64
    # warning RequireThis Reference to instance variable 'elementType' needs "this.". 380 60

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/EventObject.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'source' needs "this.". 76 52

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/FormatFlagsConversionMismatchException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'c' needs "this.". 82 34
    # warning RequireThis Reference to instance variable 'f' needs "this.". 82 53

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/Formatter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'c' needs "this.". 2915 66

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/GregorianCalendar.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'gregorianCutover' needs "this.". 740 28
    # warning RequireThis Reference to instance variable 'gregorianCutover' needs "this.". 773 20
    # warning RequireThis Reference to instance variable 'gregorianCutoverYear' needs "this.". 806 20
    # warning RequireThis Reference to instance variable 'gregorianCutoverYearJulian' needs "this.". 809 20
    # warning RequireThis Reference to instance variable 'gregorianCutoverYearJulian' needs "this.". 815 37
    # warning RequireThis Reference to instance variable 'gregorianCutoverYear' needs "this.". 819 33
    # warning RequireThis Reference to instance variable 'gregorianCutoverYearJulian' needs "this.". 1267 45
    # warning RequireThis Reference to instance variable 'gregorianCutoverYear' needs "this.". 1269 33
    # warning RequireThis Reference to instance variable 'gregorianCutoverDate' needs "this.". 1282 30
    # warning RequireThis Reference to instance variable 'gregorianCutoverDate' needs "this.". 1451 43
    # warning RequireThis Reference to instance variable 'gregorianCutoverYear' needs "this.". 1634 25
    # warning RequireThis Reference to instance variable 'gregorianCutoverYearJulian' needs "this.". 1634 57
    # warning RequireThis Reference to instance variable 'gregorianCutoverDate' needs "this.". 1699 37
    # warning RequireThis Reference to instance variable 'gregorianCutoverDate' needs "this.". 1715 27
    # warning RequireThis Reference to instance variable 'gregorianCutoverYearJulian' needs "this.". 1735 45
    # warning RequireThis Reference to instance variable 'gregorianCutoverYearJulian' needs "this.". 1738 46
    # warning RequireThis Reference to instance variable 'gregorianCutoverDate' needs "this.". 1745 32
    # warning RequireThis Reference to instance variable 'gregorianCutover' needs "this.". 1897 69
    # warning RequireThis Reference to instance variable 'gdate' needs "this.". 1947 26
    # warning RequireThis Reference to instance variable 'gdate' needs "this.". 1962 39
    # warning RequireThis Reference to instance variable 'gdate' needs "this.". 1972 39
    # warning RequireThis Reference to instance variable 'gregorianCutoverDate' needs "this.". 2313 26
    # warning RequireThis Reference to instance variable 'cachedFixedDate' needs "this.". 2321 36
    # warning RequireThis Reference to instance variable 'cachedFixedDate' needs "this.". 2323 50
    # warning RequireThis Reference to instance variable 'gdate' needs "this.". 2329 39
    # warning RequireThis Reference to instance variable 'cachedFixedDate' needs "this.". 2332 30
    # warning RequireThis Reference to instance variable 'cdate' needs "this.". 2344 85
    # warning RequireThis Reference to instance variable 'gregorianCutoverYear' needs "this.". 2416 51
    # warning RequireThis Reference to instance variable 'gregorianCutoverDate' needs "this.". 2421 38
    # warning RequireThis Reference to instance variable 'gregorianCutoverYearJulian' needs "this.". 2451 46
    # warning RequireThis Reference to instance variable 'gregorianCutoverYear' needs "this.". 2459 37
    # warning RequireThis Reference to instance variable 'gregorianCutoverYearJulian' needs "this.". 2470 44
    # warning RequireThis Reference to instance variable 'gregorianCutoverYear' needs "this.". 2480 38
    # warning RequireThis Reference to instance variable 'gregorianCutoverYear' needs "this.". 2500 36
    # warning RequireThis Reference to instance variable 'gregorianCutoverYear' needs "this.". 2504 37
    # warning RequireThis Reference to instance variable 'gregorianCutoverYear' needs "this.". 2509 36
    # warning RequireThis Reference to instance variable 'gregorianCutoverYear' needs "this.". 2510 58
    # warning RequireThis Reference to instance variable 'gregorianCutoverYearJulian' needs "this.". 2511 40
    # warning RequireThis Reference to instance variable 'gregorianCutoverYear' needs "this.". 2647 24
    # warning RequireThis Reference to instance variable 'gregorianCutoverYearJulian' needs "this.". 2647 55
    # warning RequireThis Reference to instance variable 'gregorianCutoverDate' needs "this.". 2649 28
    # warning RequireThis Reference to instance variable 'gregorianCutoverYear' needs "this.". 2654 31
    # warning RequireThis Reference to instance variable 'gregorianCutoverYearJulian' needs "this.". 2654 62
    # warning RequireThis Reference to instance variable 'gregorianCutoverDate' needs "this.". 2656 27
    # warning RequireThis Reference to instance variable 'gregorianCutoverYearJulian' needs "this.". 2671 45
    # warning RequireThis Reference to instance variable 'gregorianCutoverYear' needs "this.". 2674 36
    # warning RequireThis Reference to instance variable 'gregorianCutoverDate' needs "this.". 2680 24
    # warning RequireThis Reference to instance variable 'gregorianCutoverDate' needs "this.". 2681 28
    # warning RequireThis Reference to instance variable 'gregorianCutoverDate' needs "this.". 2694 27
    # warning RequireThis Reference to instance variable 'gregorianCutoverYear' needs "this.". 2866 25
    # warning RequireThis Reference to instance variable 'gregorianCutoverDate' needs "this.". 2867 32
    # warning RequireThis Reference to instance variable 'gregorianCutoverYearJulian' needs "this.". 2868 44
    # warning RequireThis Reference to instance variable 'gregorianCutoverYear' needs "this.". 2937 42
    # warning RequireThis Reference to instance variable 'gregorianCutoverYear' needs "this.". 2962 44
    # warning RequireThis Reference to instance variable 'gregorianCutoverYearJulian' needs "this.". 2963 41
    # warning RequireThis Reference to instance variable 'gregorianCutoverYearJulian' needs "this.". 2964 37
    # warning RequireThis Reference to instance variable 'gregorianCutoverDate' needs "this.". 2965 30
    # warning RequireThis Reference to instance variable 'gregorianCutoverYear' needs "this.". 2988 44
    # warning RequireThis Reference to instance variable 'gregorianCutoverYearJulian' needs "this.". 2989 41
    # warning RequireThis Reference to instance variable 'gregorianCutoverYearJulian' needs "this.". 3002 41
    # warning RequireThis Reference to instance variable 'gregorianCutoverDate' needs "this.". 3027 35
    # warning RequireThis Reference to instance variable 'gregorianCutoverYear' needs "this.". 3075 21
    # warning RequireThis Reference to instance variable 'gregorianCutoverYearJulian' needs "this.". 3075 53
    # warning RequireThis Reference to instance variable 'gregorianCutoverDate' needs "this.". 3082 21
    # warning RequireThis Reference to instance variable 'gdate' needs "this.". 3085 22
    # warning RequireThis Reference to instance variable 'gregorianCutoverYear' needs "this.". 3122 20
    # warning RequireThis Reference to instance variable 'gregorianCutoverYearJulian' needs "this.". 3122 51

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/HashMap.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'loadFactor' needs "this.". 480 41
    # warning RequireThis Reference to instance variable 'threshold' needs "this.". 526 32
    # warning RequireThis Reference to instance variable 'loadFactor' needs "this.". 527 59
    # warning RequireThis Reference to instance variable 'threshold' needs "this.". 767 23
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 805 29
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 823 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/Hashtable.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'loadFactor' needs "this.". 397 41
    # warning RequireThis Reference to instance variable 'threshold' needs "this.". 448 22
    # warning RequireThis Reference to instance variable 'loadFactor' needs "this.". 897 39
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 1080 29
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 1090 29
    # warning RequireThis Reference to instance variable 'lastReturned' needs "this.". 1099 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/IdentityHashMap.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'threshold' needs "this.". 444 23
    # warning RequireThis Reference to instance variable 'threshold' needs "this.". 500 17
    # warning RequireThis Reference to instance variable 'size' needs "this.". 642 29
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 731 29
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 745 29
    # warning RequireThis Reference to instance variable 'lastReturnedEntry' needs "this.". 844 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/IllegalFormatFlagsException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'flags' needs "this.". 65 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/JapaneseImperialCalendar.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cachedFixedDate' needs "this.". 1646 26
    # warning RequireThis Reference to instance variable 'cachedFixedDate' needs "this.". 2225 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/JumboEnumSet.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 81 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/LinkedHashMap.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'header' needs "this.". 251 48
    # warning RequireThis Reference to instance variable 'header' needs "this.". 270 47
    # warning RequireThis Reference to instance variable 'header' needs "this.". 274 47
    # warning RequireThis Reference to instance variable 'header' needs "LinkedHashMap.this.". 374 33
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 380 29
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 389 29
    # warning RequireThis Reference to instance variable 'header' needs "LinkedHashMap.this.". 391 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/LinkedList.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 412 22
    # warning RequireThis Reference to instance variable 'size' needs "this.". 507 22
    # warning RequireThis Reference to instance variable 'size' needs "this.". 531 38
    # warning RequireThis Reference to instance variable 'size' needs "this.". 539 39
    # warning RequireThis Reference to instance variable 'size' needs "this.". 548 43
    # warning RequireThis Reference to instance variable 'size' needs "LinkedList.this.". 877 30
    # warning RequireThis Reference to instance variable 'size' needs "LinkedList.this.". 882 32
    # warning RequireThis Reference to instance variable 'lastReturned' needs "this.". 925 25
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 952 29
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1084 24
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1092 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/MissingFormatArgumentException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 's' needs "this.". 68 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/PriorityQueue.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 341 33
    # warning RequireThis Reference to instance variable 'size' needs "this.". 377 29
    # warning RequireThis Reference to instance variable 'size' needs "this.". 453 24
    # warning RequireThis Reference to instance variable 'size' needs "this.". 457 24
    # warning RequireThis Reference to instance variable 'size' needs "PriorityQueue.this.". 513 29
    # warning RequireThis Reference to instance variable 'modCount' needs "PriorityQueue.this.". 518 37
    # warning RequireThis Reference to instance variable 'size' needs "PriorityQueue.this.". 520 26
    # warning RequireThis Reference to instance variable 'modCount' needs "PriorityQueue.this.". 532 37
    # warning RequireThis Reference to instance variable 'size' needs "this.". 564 29
    # warning RequireThis Reference to instance variable 'size' needs "this.". 595 30
    # warning RequireThis Reference to instance variable 'size' needs "this.". 679 25
    # warning RequireThis Reference to instance variable 'size' needs "this.". 696 25
    # warning RequireThis Reference to instance variable 'size' needs "this.". 747 29
    # warning RequireThis Reference to instance variable 'size' needs "this.". 768 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/Properties.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'inLimit' needs "this.". 433 30
    # warning RequireThis Reference to instance variable 'inLimit' needs "this.". 502 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/RegularEnumSet.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'elements' needs "this.". 301 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/ResourceBundle.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 654 34
    # warning RequireThis Reference to instance variable 'format' needs "this.". 655 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/Scanner.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'non0Digit' needs "this.". 473 37
    # warning RequireThis Reference to instance variable 'groupSeparator' needs "this.". 474 33
    # warning RequireThis Reference to instance variable 'negativeSuffix' needs "this.". 479 61
    # warning RequireThis Reference to instance variable 'positiveSuffix' needs "this.". 480 61
    # warning RequireThis Reference to instance variable 'non0Digit' needs "this.". 524 37
    # warning RequireThis Reference to instance variable 'groupSeparator' needs "this.". 525 33
    # warning RequireThis Reference to instance variable 'decimalSeparator' needs "this.". 529 13
    # warning RequireThis Reference to instance variable 'decimalSeparator' needs "this.". 529 47
    # warning RequireThis Reference to instance variable 'nanString' needs "this.". 531 36
    # warning RequireThis Reference to instance variable 'infinityString' needs "this.". 532 32
    # warning RequireThis Reference to instance variable 'positivePrefix' needs "this.". 533 38
    # warning RequireThis Reference to instance variable 'positiveSuffix' needs "this.". 534 29
    # warning RequireThis Reference to instance variable 'negativePrefix' needs "this.". 535 38
    # warning RequireThis Reference to instance variable 'negativeSuffix' needs "this.". 536 29
    # warning RequireThis Reference to instance variable 'positivePrefix' needs "this.". 541 42
    # warning RequireThis Reference to instance variable 'positiveSuffix' needs "this.". 542 29
    # warning RequireThis Reference to instance variable 'negativePrefix' needs "this.". 543 42
    # warning RequireThis Reference to instance variable 'negativeSuffix' needs "this.". 544 29
    # warning RequireThis Reference to instance variable 'position' needs "this.". 982 49
    # warning RequireThis Reference to instance variable 'positivePrefix' needs "this.". 1245 38
    # warning RequireThis Reference to instance variable 'negativePrefix' needs "this.". 1248 38
    # warning RequireThis Reference to instance variable 'positiveSuffix' needs "this.". 1251 38
    # warning RequireThis Reference to instance variable 'negativeSuffix' needs "this.". 1254 38
    # warning RequireThis Reference to instance variable 'delimPattern' needs "this.". 1352 36
    # warning RequireThis Reference to instance variable 'position' needs "this.". 1353 34
    # warning RequireThis Reference to instance variable 'matchValid' needs "this.". 1354 37
    # warning RequireThis Reference to instance variable 'needInput' needs "this.". 1355 36
    # warning RequireThis Reference to instance variable 'sourceClosed' needs "this.". 1356 39
    # warning RequireThis Reference to instance variable 'skipped' needs "this.". 1357 33
    # warning RequireThis Reference to instance variable 'groupSeparator' needs "this.". 1358 41
    # warning RequireThis Reference to instance variable 'decimalSeparator' needs "this.". 1359 43
    # warning RequireThis Reference to instance variable 'positivePrefix' needs "this.". 1360 41
    # warning RequireThis Reference to instance variable 'negativePrefix' needs "this.". 1361 41
    # warning RequireThis Reference to instance variable 'positiveSuffix' needs "this.". 1362 41
    # warning RequireThis Reference to instance variable 'negativeSuffix' needs "this.". 1363 41
    # warning RequireThis Reference to instance variable 'nanString' needs "this.". 1364 36
    # warning RequireThis Reference to instance variable 'infinityString' needs "this.". 1365 41
    # warning RequireThis Reference to instance variable 'position' needs "this.". 1654 44
    # warning RequireThis Reference to instance variable 'groupSeparator' needs "this.". 2085 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/SimpleTimeZone.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cacheStart' needs "this.". 552 33
    # warning RequireThis Reference to instance variable 'cacheEnd' needs "this.". 552 54
    # warning RequireThis Reference to instance variable 'rawOffset' needs "this.". 562 40
    # warning RequireThis Reference to instance variable 'startYear' needs "this.". 564 25
    # warning RequireThis Reference to instance variable 'rawOffset' needs "this.". 573 35
    # warning RequireThis Reference to instance variable 'rawOffset' needs "this.". 639 26
    # warning RequireThis Reference to instance variable 'rawOffset' needs "this.". 651 50
    # warning RequireThis Reference to instance variable 'startYear' needs "this.". 665 36
    # warning RequireThis Reference to instance variable 'cacheStart' needs "this.". 675 29
    # warning RequireThis Reference to instance variable 'cacheEnd' needs "this.". 675 50
    # warning RequireThis Reference to instance variable 'dstSavings' needs "this.". 676 40
    # warning RequireThis Reference to instance variable 'cacheYear' needs "this.". 678 29
    # warning RequireThis Reference to instance variable 'rawOffset' needs "this.". 862 46
    # warning RequireThis Reference to instance variable 'rawOffset' needs "this.". 948 26
    # warning RequireThis Reference to instance variable 'dstSavings' needs "this.". 949 30
    # warning RequireThis Reference to instance variable 'useDaylight' needs "this.". 950 31
    # warning RequireThis Reference to instance variable 'startYear' needs "this.". 951 29
    # warning RequireThis Reference to instance variable 'startMode' needs "this.". 952 29
    # warning RequireThis Reference to instance variable 'startMonth' needs "this.". 953 30
    # warning RequireThis Reference to instance variable 'startDay' needs "this.". 954 28
    # warning RequireThis Reference to instance variable 'startDayOfWeek' needs "this.". 955 34
    # warning RequireThis Reference to instance variable 'startTime' needs "this.". 956 29
    # warning RequireThis Reference to instance variable 'startTimeMode' needs "this.". 957 33
    # warning RequireThis Reference to instance variable 'endMode' needs "this.". 958 27
    # warning RequireThis Reference to instance variable 'endMonth' needs "this.". 959 28
    # warning RequireThis Reference to instance variable 'endDay' needs "this.". 960 26
    # warning RequireThis Reference to instance variable 'endDayOfWeek' needs "this.". 961 32
    # warning RequireThis Reference to instance variable 'endTime' needs "this.". 962 27
    # warning RequireThis Reference to instance variable 'endTimeMode' needs "this.". 963 31
    # warning RequireThis Reference to instance variable 'startMonth' needs "this.". 1384 50
    # warning RequireThis Reference to instance variable 'startTime' needs "this.". 1388 49
    # warning RequireThis Reference to instance variable 'startDayOfWeek' needs "this.". 1406 59
    # warning RequireThis Reference to instance variable 'startDay' needs "this.". 1412 69
    # warning RequireThis Reference to instance variable 'startDay' needs "this.". 1416 48
    # warning RequireThis Reference to instance variable 'endMonth' needs "this.". 1431 48
    # warning RequireThis Reference to instance variable 'endTime' needs "this.". 1435 47
    # warning RequireThis Reference to instance variable 'endDayOfWeek' needs "this.". 1453 57
    # warning RequireThis Reference to instance variable 'endDay' needs "this.". 1459 67
    # warning RequireThis Reference to instance variable 'endDay' needs "this.". 1463 46
    # warning RequireThis Reference to instance variable 'dstSavings' needs "this.". 1551 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/StringTokenizer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxPosition' needs "this.". 249 41
    # warning RequireThis Reference to instance variable 'maxDelimCodePoint' needs "this.". 252 26
    # warning RequireThis Reference to instance variable 'maxDelimCodePoint' needs "this.". 257 26
    # warning RequireThis Reference to instance variable 'maxPosition' needs "this.". 272 27
    # warning RequireThis Reference to instance variable 'maxDelimCodePoint' needs "this.". 275 27
    # warning RequireThis Reference to instance variable 'maxDelimCodePoint' needs "this.". 280 27
    # warning RequireThis Reference to instance variable 'maxDelimCodePoint' needs "this.". 288 27
    # warning RequireThis Reference to instance variable 'maxDelimCodePoint' needs "this.". 292 27
    # warning RequireThis Reference to instance variable 'maxPosition' needs "this.". 324 31
    # warning RequireThis Reference to instance variable 'maxPosition' needs "this.". 348 32
    # warning RequireThis Reference to instance variable 'maxPosition' needs "this.". 422 26
    # warning RequireThis Reference to instance variable 'maxPosition' needs "this.". 424 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/Timer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 637 21
    # warning RequireThis Reference to instance variable 'size' needs "this.". 664 26
    # warning RequireThis Reference to instance variable 'size' needs "this.". 701 32
    # warning RequireThis Reference to instance variable 'size' needs "this.". 702 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/TimerTask.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'period' needs "this.". 154 54
    # warning RequireThis Reference to instance variable 'period' needs "this.". 155 54

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/TreeMap.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'comparator' needs "this.". 311 22
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 1114 29
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 1125 29
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 1135 29
    # warning RequireThis Reference to instance variable 'fenceKey' needs "this.". 1586 52
    # warning RequireThis Reference to instance variable 'fenceKey' needs "this.". 1591 43
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 1593 35
    # warning RequireThis Reference to instance variable 'fenceKey' needs "this.". 1602 43
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 1604 35
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 1614 35
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 1627 35
    # warning RequireThis Reference to instance variable 'value' needs "this.". 1953 32
    # warning RequireThis Reference to instance variable 'root' needs "this.". 2096 34
    # warning RequireThis Reference to instance variable 'root' needs "this.". 2187 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/UnknownFormatFlagsException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'flags' needs "this.". 66 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/Vector.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'elementCount' needs "this.". 284 23
    # warning RequireThis Reference to instance variable 'elementCount' needs "this.". 287 40
    # warning RequireThis Reference to instance variable 'elementCount' needs "Vector.this.". 339 32
    # warning RequireThis Reference to instance variable 'elementCount' needs "Vector.this.". 344 33
    # warning RequireThis Reference to instance variable 'elementCount' needs "this.". 399 38
    # warning RequireThis Reference to instance variable 'elementCount' needs "this.". 403 38
    # warning RequireThis Reference to instance variable 'elementCount' needs "this.". 442 22
    # warning RequireThis Reference to instance variable 'elementCount' needs "this.". 443 65
    # warning RequireThis Reference to instance variable 'elementCount' needs "this.". 469 22
    # warning RequireThis Reference to instance variable 'elementCount' needs "this.". 470 71
    # warning RequireThis Reference to instance variable 'elementCount' needs "this.". 525 22
    # warning RequireThis Reference to instance variable 'elementCount' needs "this.". 527 54
    # warning RequireThis Reference to instance variable 'elementCount' needs "this.". 553 22
    # warning RequireThis Reference to instance variable 'elementCount' needs "this.". 555 54
    # warning RequireThis Reference to instance variable 'elementCount' needs "this.". 593 21
    # warning RequireThis Reference to instance variable 'elementCount' needs "this.". 595 64
    # warning RequireThis Reference to instance variable 'elementCount' needs "this.". 654 29
    # warning RequireThis Reference to instance variable 'elementCount' needs "this.". 715 24
    # warning RequireThis Reference to instance variable 'elementCount' needs "this.". 720 24
    # warning RequireThis Reference to instance variable 'elementCount' needs "this.". 743 22
    # warning RequireThis Reference to instance variable 'elementCount' needs "this.". 761 22
    # warning RequireThis Reference to instance variable 'elementCount' needs "this.". 826 22
    # warning RequireThis Reference to instance variable 'elementCount' needs "this.". 951 34
    # warning RequireThis Reference to instance variable 'elementCount' needs "this.". 1089 34
    # warning RequireThis Reference to instance variable 'elementCount' needs "Vector.this.". 1128 30
    # warning RequireThis Reference to instance variable 'elementCount' needs "Vector.this.". 1135 26
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 1155 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/WeakHashMap.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'threshold' needs "this.". 443 23
    # warning RequireThis Reference to instance variable 'loadFactor' needs "this.". 480 45
    # warning RequireThis Reference to instance variable 'threshold' needs "this.". 532 32
    # warning RequireThis Reference to instance variable 'loadFactor' needs "this.". 533 59
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 784 29
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 799 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/concurrent/ArrayBlockingQueue.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'takeIndex' needs "this.". 181 18
    # warning RequireThis Reference to instance variable 'putIndex' needs "this.". 188 30
    # warning RequireThis Reference to instance variable 'count' needs "this.". 441 35
    # warning RequireThis Reference to instance variable 'count' needs "this.". 685 38
    # warning RequireThis Reference to instance variable 'takeIndex' needs "ArrayBlockingQueue.this.". 794 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/concurrent/ConcurrentHashMap.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'threshold' needs "this.". 393 33
    # warning RequireThis Reference to instance variable 'loadFactor' needs "this.". 434 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/concurrent/ConcurrentLinkedDeque.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'head' needs "this.". 620 31
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 650 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/concurrent/ConcurrentSkipListMap.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'next' needs "this.". 478 22
    # warning RequireThis Reference to instance variable 'next' needs "this.". 2210 39
    # warning RequireThis Reference to instance variable 'next' needs "this.". 2231 39
    # warning RequireThis Reference to instance variable 'next' needs "this.". 3014 43
    # warning RequireThis Reference to instance variable 'next' needs "this.". 3044 43
    # warning RequireThis Reference to instance variable 'next' needs "this.". 3060 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/concurrent/CopyOnWriteArrayList.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'expectedArray' needs "this.". 1126 33
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1132 35
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1134 63
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 1143 35
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 1157 36
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1179 38
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 1181 29
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1194 46
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 1208 43
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1241 38
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1243 68
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1255 44
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 1257 57
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 1258 52
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1282 34
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 1304 36
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 1308 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/concurrent/CyclicBarrier.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'generation' needs "this.". 231 30
    # warning RequireThis Reference to instance variable 'generation' needs "this.". 245 26
    # warning RequireThis Reference to instance variable 'count' needs "this.". 478 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/concurrent/ForkJoinPool.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'queueTop' needs "this.". 777 36
    # warning RequireThis Reference to instance variable 'queueTop' needs "this.". 851 35
    # warning RequireThis Reference to instance variable 'queueBase' needs "this.". 928 25
    # warning RequireThis Reference to instance variable 'queueTop' needs "this.". 1261 34
    # warning RequireThis Reference to instance variable 'queueTop' needs "this.". 1318 29
    # warning RequireThis Reference to instance variable 'blockedCount' needs "this.". 1729 56
    # warning RequireThis Reference to instance variable 'blockedCount' needs "this.". 1745 55
    # warning RequireThis Reference to instance variable 'queueTop' needs "this.". 1793 29
    # warning RequireThis Reference to instance variable 'queueTop' needs "this.". 1803 29
    # warning RequireThis Reference to instance variable 'queueTop' needs "this.". 1815 35
    # warning RequireThis Reference to instance variable 'queueTop' needs "this.". 1848 29
    # warning RequireThis Reference to instance variable 'blockedCount' needs "this.". 1882 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/concurrent/ForkJoinWorkerThread.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'queueBase' needs "this.". 550 43
    # warning RequireThis Reference to instance variable 'queueBase' needs "this.". 574 54
    # warning RequireThis Reference to instance variable 'queueBase' needs "this.". 605 29
    # warning RequireThis Reference to instance variable 'queueTop' needs "this.". 624 29
    # warning RequireThis Reference to instance variable 'queueTop' needs "this.". 638 29
    # warning RequireThis Reference to instance variable 'queueBase' needs "this.". 654 27
    # warning RequireThis Reference to instance variable 'queueBase' needs "this.". 717 33
    # warning RequireThis Reference to instance variable 'queueBase' needs "this.". 744 31
    # warning RequireThis Reference to instance variable 'queueBase' needs "this.". 916 27
    # warning RequireThis Reference to instance variable 'queueBase' needs "this.". 937 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/concurrent/LinkedBlockingDeque.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'capacity' needs "this.". 216 22
    # warning RequireThis Reference to instance variable 'capacity' needs "this.". 235 22
    # warning RequireThis Reference to instance variable 'count' needs "this.". 718 31
    # warning RequireThis Reference to instance variable 'count' needs "this.". 943 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/concurrent/LinkedBlockingQueue.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'capacity' needs "this.". 283 26
    # warning RequireThis Reference to instance variable 'capacity' needs "this.". 348 35
    # warning RequireThis Reference to instance variable 'capacity' needs "this.". 353 25
    # warning RequireThis Reference to instance variable 'capacity' needs "this.". 381 35
    # warning RequireThis Reference to instance variable 'capacity' needs "this.". 388 25
    # warning RequireThis Reference to instance variable 'capacity' needs "this.". 412 28
    # warning RequireThis Reference to instance variable 'capacity' needs "this.". 419 31
    # warning RequireThis Reference to instance variable 'capacity' needs "this.". 422 29
    # warning RequireThis Reference to instance variable 'capacity' needs "this.". 451 18
    # warning RequireThis Reference to instance variable 'capacity' needs "this.". 476 18
    # warning RequireThis Reference to instance variable 'capacity' needs "this.". 499 18
    # warning RequireThis Reference to instance variable 'capacity' needs "this.". 531 40
    # warning RequireThis Reference to instance variable 'capacity' needs "this.". 703 39
    # warning RequireThis Reference to instance variable 'capacity' needs "this.". 754 61

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/concurrent/LinkedTransferQueue.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'isData' needs "this.". 501 51

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/concurrent/Phaser.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'phase' needs "this.". 1103 38
    # warning RequireThis Reference to instance variable 'lastTime' needs "this.". 1116 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/concurrent/ScheduledThreadPoolExecutor.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 899 29
    # warning RequireThis Reference to instance variable 'size' needs "this.". 931 39
    # warning RequireThis Reference to instance variable 'size' needs "this.". 934 41
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1150 37
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1231 32
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1234 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/concurrent/SynchronousQueue.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'next' needs "this.". 245 31
    # warning RequireThis Reference to instance variable 'head' needs "this.". 304 25
    # warning RequireThis Reference to instance variable 'head' needs "this.". 619 22
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 680 30
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 710 30
    # warning RequireThis Reference to instance variable 'head' needs "this.". 710 56
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 793 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/concurrent/ThreadPoolExecutor.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'largestPoolSize' needs "this.". 937 21
    # warning RequireThis Reference to instance variable 'corePoolSize' needs "this.". 1030 56
    # warning RequireThis Reference to instance variable 'maximumPoolSize' needs "this.". 1032 27
    # warning RequireThis Reference to instance variable 'corePoolSize' needs "this.". 1324 32
    # warning RequireThis Reference to instance variable 'corePoolSize' needs "this.". 1544 43
    # warning RequireThis Reference to instance variable 'allowCoreThreadTimeOut' needs "this.". 1599 22
    # warning RequireThis Reference to instance variable 'corePoolSize' needs "this.". 1619 55

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/concurrent/atomic/AtomicIntegerFieldUpdater.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'tclass' needs "this.". 307 50
    # warning RequireThis Reference to instance variable 'tclass' needs "this.". 312 50
    # warning RequireThis Reference to instance variable 'tclass' needs "this.". 317 50
    # warning RequireThis Reference to instance variable 'tclass' needs "this.". 322 50
    # warning RequireThis Reference to instance variable 'tclass' needs "this.". 327 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/concurrent/atomic/AtomicLongFieldUpdater.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'tclass' needs "this.". 306 50
    # warning RequireThis Reference to instance variable 'tclass' needs "this.". 311 50
    # warning RequireThis Reference to instance variable 'tclass' needs "this.". 316 50
    # warning RequireThis Reference to instance variable 'tclass' needs "this.". 321 50
    # warning RequireThis Reference to instance variable 'tclass' needs "this.". 326 50
    # warning RequireThis Reference to instance variable 'tclass' needs "this.". 389 50
    # warning RequireThis Reference to instance variable 'tclass' needs "this.". 404 50
    # warning RequireThis Reference to instance variable 'tclass' needs "this.". 415 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/concurrent/atomic/AtomicReferenceFieldUpdater.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'tclass' needs "this.". 251 50
    # warning RequireThis Reference to instance variable 'tclass' needs "this.". 260 50
    # warning RequireThis Reference to instance variable 'tclass' needs "this.". 268 50
    # warning RequireThis Reference to instance variable 'tclass' needs "this.". 276 50
    # warning RequireThis Reference to instance variable 'tclass' needs "this.". 284 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/concurrent/locks/AbstractQueuedLongSynchronizer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 461 35
    # warning RequireThis Reference to instance variable 'head' needs "this.". 472 22
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 540 21
    # warning RequireThis Reference to instance variable 'head' needs "this.". 546 25
    # warning RequireThis Reference to instance variable 'head' needs "this.". 638 26
    # warning RequireThis Reference to instance variable 'head' needs "this.". 665 26
    # warning RequireThis Reference to instance variable 'head' needs "this.". 696 26
    # warning RequireThis Reference to instance variable 'head' needs "this.". 730 26
    # warning RequireThis Reference to instance variable 'head' needs "this.". 762 26
    # warning RequireThis Reference to instance variable 'head' needs "this.". 797 26
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 1138 24
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 1167 25
    # warning RequireThis Reference to instance variable 'head' needs "this.". 1185 24
    # warning RequireThis Reference to instance variable 'head' needs "this.". 1187 24
    # warning RequireThis Reference to instance variable 'head' needs "this.". 1200 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/concurrent/locks/AbstractQueuedSynchronizer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 684 35
    # warning RequireThis Reference to instance variable 'head' needs "this.". 695 22
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 763 21
    # warning RequireThis Reference to instance variable 'head' needs "this.". 769 25
    # warning RequireThis Reference to instance variable 'head' needs "this.". 861 26
    # warning RequireThis Reference to instance variable 'head' needs "this.". 888 26
    # warning RequireThis Reference to instance variable 'head' needs "this.". 919 26
    # warning RequireThis Reference to instance variable 'head' needs "this.". 953 26
    # warning RequireThis Reference to instance variable 'head' needs "this.". 985 26
    # warning RequireThis Reference to instance variable 'head' needs "this.". 1020 26
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 1361 24
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 1390 25
    # warning RequireThis Reference to instance variable 'head' needs "this.". 1408 24
    # warning RequireThis Reference to instance variable 'head' needs "this.". 1410 24
    # warning RequireThis Reference to instance variable 'head' needs "this.". 1423 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/jar/JarVerifier.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastURL' needs "this.". 508 20

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/jar/Manifest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'count' needs "this.". 336 24
    # warning RequireThis Reference to instance variable 'count' needs "this.". 338 28
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 346 33
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 352 33
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 373 37
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 376 37
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 388 28
    # warning RequireThis Reference to instance variable 'count' needs "this.". 401 24
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 414 34
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 426 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/logging/FileHandler.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'count' needs "this.". 372 65
    # warning RequireThis Reference to instance variable 'pattern' needs "this.". 389 66
    # warning RequireThis Reference to instance variable 'count' needs "this.". 435 29
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 577 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/logging/LogManager.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'rootLogger' needs "LogManager.this.". 407 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/logging/Logger.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'levelValue' needs "this.". 508 44
    # warning RequireThis Reference to instance variable 'levelValue' needs "this.". 562 32
    # warning RequireThis Reference to instance variable 'levelValue' needs "this.". 581 32
    # warning RequireThis Reference to instance variable 'levelValue' needs "this.". 602 32
    # warning RequireThis Reference to instance variable 'levelValue' needs "this.". 627 32
    # warning RequireThis Reference to instance variable 'levelValue' needs "this.". 653 32
    # warning RequireThis Reference to instance variable 'levelValue' needs "this.". 678 32
    # warning RequireThis Reference to instance variable 'levelValue' needs "this.". 705 32
    # warning RequireThis Reference to instance variable 'levelValue' needs "this.". 736 32
    # warning RequireThis Reference to instance variable 'levelValue' needs "this.". 785 32
    # warning RequireThis Reference to instance variable 'levelValue' needs "this.". 816 32
    # warning RequireThis Reference to instance variable 'levelValue' needs "this.". 849 32
    # warning RequireThis Reference to instance variable 'levelValue' needs "this.". 886 32
    # warning RequireThis Reference to instance variable 'levelValue' needs "this.". 912 38
    # warning RequireThis Reference to instance variable 'levelValue' needs "this.". 931 38
    # warning RequireThis Reference to instance variable 'levelValue' needs "this.". 952 38
    # warning RequireThis Reference to instance variable 'levelValue' needs "this.". 977 38
    # warning RequireThis Reference to instance variable 'levelValue' needs "this.". 997 38
    # warning RequireThis Reference to instance variable 'levelValue' needs "this.". 1026 38
    # warning RequireThis Reference to instance variable 'levelValue' needs "this.". 1050 39
    # warning RequireThis Reference to instance variable 'levelValue' needs "this.". 1066 40
    # warning RequireThis Reference to instance variable 'levelValue' needs "this.". 1082 37
    # warning RequireThis Reference to instance variable 'levelValue' needs "this.". 1098 39
    # warning RequireThis Reference to instance variable 'levelValue' needs "this.". 1114 37
    # warning RequireThis Reference to instance variable 'levelValue' needs "this.". 1130 38
    # warning RequireThis Reference to instance variable 'levelValue' needs "this.". 1146 39
    # warning RequireThis Reference to instance variable 'levelValue' needs "this.". 1198 32
    # warning RequireThis Reference to instance variable 'catalogLocale' needs "this.". 1297 49
    # warning RequireThis Reference to instance variable 'catalogName' needs "this.". 1298 52

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/logging/MemoryHandler.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'count' needs "this.". 176 25
    # warning RequireThis Reference to instance variable 'count' needs "this.". 195 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/logging/SocketHandler.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'host' needs "this.". 114 70
    # warning RequireThis Reference to instance variable 'port' needs "this.". 114 83
    # warning RequireThis Reference to instance variable 'port' needs "this.". 147 63
    # warning RequireThis Reference to instance variable 'host' needs "this.". 150 69

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/prefs/AbstractPreferences.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'root' needs "this.". 213 37
    # warning RequireThis Reference to instance variable 'root' needs "this.". 941 19

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/regex/Matcher.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'first' needs "this.". 578 32
    # warning RequireThis Reference to instance variable 'from' needs "this.". 582 31
    # warning RequireThis Reference to instance variable 'to' needs "this.". 586 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/regex/Pattern.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'patternLength' needs "this.". 1358 24
    # warning RequireThis Reference to instance variable 'patternLength' needs "this.". 1368 30
    # warning RequireThis Reference to instance variable 'patternLength' needs "this.". 1641 29
    # warning RequireThis Reference to instance variable 'cursor' needs "this.". 1667 34
    # warning RequireThis Reference to instance variable 'matchRoot' needs "this.". 1679 25
    # warning RequireThis Reference to instance variable 'patternLength' needs "this.". 2092 31
    # warning RequireThis Reference to instance variable 'patternLength' needs "this.". 2180 31
    # warning RequireThis Reference to instance variable 'patternLength' needs "this.". 2492 35
    # warning RequireThis Reference to instance variable 'patternLength' needs "this.". 2642 21
    # warning RequireThis Reference to instance variable 'patternLength' needs "this.". 3115 22
    # warning RequireThis Reference to instance variable 'minLength' needs "this.". 3402 34
    # warning RequireThis Reference to instance variable 'minLength' needs "this.". 3406 38
    # warning RequireThis Reference to instance variable 'c' needs "this.". 3731 26
    # warning RequireThis Reference to instance variable 'c' needs "this.". 3742 26
    # warning RequireThis Reference to instance variable 'lower' needs "this.". 3757 26
    # warning RequireThis Reference to instance variable 'upper' needs "this.". 3757 41
    # warning RequireThis Reference to instance variable 'cmin' needs "this.". 4124 29
    # warning RequireThis Reference to instance variable 'cmax' needs "this.". 4142 22
    # warning RequireThis Reference to instance variable 'cmax' needs "this.". 4157 28
    # warning RequireThis Reference to instance variable 'cmax' needs "this.". 4188 26
    # warning RequireThis Reference to instance variable 'cmax' needs "this.". 4202 24
    # warning RequireThis Reference to instance variable 'cmin' needs "this.". 4221 41
    # warning RequireThis Reference to instance variable 'cmax' needs "this.". 4228 41
    # warning RequireThis Reference to instance variable 'cmax' needs "this.". 4237 47
    # warning RequireThis Reference to instance variable 'cmin' needs "this.". 4290 33
    # warning RequireThis Reference to instance variable 'cmax' needs "this.". 4330 26
    # warning RequireThis Reference to instance variable 'cmax' needs "this.". 4349 32
    # warning RequireThis Reference to instance variable 'cmin' needs "this.". 4359 28
    # warning RequireThis Reference to instance variable 'cmax' needs "this.". 4389 26
    # warning RequireThis Reference to instance variable 'cmax' needs "this.". 4405 24
    # warning RequireThis Reference to instance variable 'cmin' needs "this.". 4430 41
    # warning RequireThis Reference to instance variable 'cmax' needs "this.". 4437 41
    # warning RequireThis Reference to instance variable 'cmax' needs "this.". 4446 47
    # warning RequireThis Reference to instance variable 'size' needs "this.". 4498 33
    # warning RequireThis Reference to instance variable 'size' needs "this.". 4516 33
    # warning RequireThis Reference to instance variable 'cmin' needs "this.". 4668 29
    # warning RequireThis Reference to instance variable 'cmax' needs "this.". 4681 29
    # warning RequireThis Reference to instance variable 'cmin' needs "this.". 4697 21
    # warning RequireThis Reference to instance variable 'cmax' needs "this.". 4700 28
    # warning RequireThis Reference to instance variable 'rmax' needs "this.". 5028 37
    # warning RequireThis Reference to instance variable 'rmin' needs "this.". 5035 30
    # warning RequireThis Reference to instance variable 'rmax' needs "this.". 5096 37
    # warning RequireThis Reference to instance variable 'rmin' needs "this.". 5101 30
    # warning RequireThis Reference to instance variable 'lengthInChars' needs "this.". 5407 37
    # warning RequireThis Reference to instance variable 'lengthInChars' needs "this.". 5426 55

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/regex/PatternSyntaxException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'index' needs "this.". 118 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/zip/ZipFile.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'total' needs "ZipFile.this.". 486 36
    # warning RequireThis Reference to instance variable 'total' needs "ZipFile.this.". 492 34
    # warning RequireThis Reference to instance variable 'i' needs "this.". 507 61
    # warning RequireThis Reference to instance variable 'rem' needs "this.". 671 23
    # warning RequireThis Reference to instance variable 'rem' needs "this.". 700 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/zip/ZipInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'remaining' needs "this.". 208 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/java/util/zip/ZipOutputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'locoff' needs "this.". 269 41
    # warning RequireThis Reference to instance variable 'locoff' needs "this.". 272 50
    # warning RequireThis Reference to instance variable 'locoff' needs "this.". 318 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/crypto/Cipher.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cryptoPerm' needs "this.". 1068 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/crypto/CipherInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ofinish' needs "this.". 174 23
    # warning RequireThis Reference to instance variable 'ofinish' needs "this.". 221 23
    # warning RequireThis Reference to instance variable 'ostart' needs "this.". 230 35
    # warning RequireThis Reference to instance variable 'ostart' needs "this.". 258 35
    # warning RequireThis Reference to instance variable 'ostart' needs "this.". 281 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/crypto/CryptoPermission.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'alg' needs "this.". 373 43
    # warning RequireThis Reference to instance variable 'maxKeySize' needs "this.". 373 55
    # warning RequireThis Reference to instance variable 'exemptionMechanism' needs "this.". 384 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/crypto/KeyGenerator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'spi' needs "this.". 316 48
    # warning RequireThis Reference to instance variable 'initType' needs "this.". 343 62

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/crypto/SecretKeyFactory.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'spi' needs "this.". 286 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/crypto/spec/RC5ParameterSpec.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'rounds' needs "this.". 200 30
    # warning RequireThis Reference to instance variable 'wordSize' needs "this.". 200 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/imageio/IIOParam.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'subsamplingXOffset' needs "this.". 201 35
    # warning RequireThis Reference to instance variable 'subsamplingYOffset' needs "this.". 205 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/imageio/ImageReadParam.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numProgressivePasses' needs "this.". 490 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/imageio/ImageTypeSpecifier.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dataType' needs "this.". 359 27
    # warning RequireThis Reference to instance variable 'dataType' needs "this.". 511 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/imageio/stream/FileCacheImageInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'length' needs "this.". 124 19
    # warning RequireThis Reference to instance variable 'length' needs "this.". 132 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/imageio/stream/ImageInputStreamImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'bitOffset' needs "this.". 677 36
    # warning RequireThis Reference to instance variable 'flushedPos' needs "this.". 767 19
    # warning RequireThis Reference to instance variable 'flushedPos' needs "this.". 802 19
    # warning RequireThis Reference to instance variable 'flushedPos' needs "this.". 814 19

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/imageio/stream/MemoryCache.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cacheStart' needs "this.". 71 39
    # warning RequireThis Reference to instance variable 'length' needs "this.". 89 19
    # warning RequireThis Reference to instance variable 'length' needs "this.". 96 26
    # warning RequireThis Reference to instance variable 'length' needs "this.". 149 25
    # warning RequireThis Reference to instance variable 'cacheStart' needs "this.". 160 24
    # warning RequireThis Reference to instance variable 'length' needs "this.". 222 24
    # warning RequireThis Reference to instance variable 'length' needs "this.". 258 20
    # warning RequireThis Reference to instance variable 'length' needs "this.". 284 20
    # warning RequireThis Reference to instance variable 'length' needs "this.". 318 25
    # warning RequireThis Reference to instance variable 'cacheStart' needs "this.". 344 21
    # warning RequireThis Reference to instance variable 'cacheStart' needs "this.". 347 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/management/AndQueryExp.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'exp1' needs "this.". 105 22
    # warning RequireThis Reference to instance variable 'exp2' needs "this.". 105 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/management/BadAttributeValueExpException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'val' needs "this.". 62 49

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/management/BadBinaryOpValueExpException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'exp' needs "this.". 72 51

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/management/BadStringOperationException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'op' needs "this.". 60 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/management/BetweenQueryExp.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'exp1' needs "this.". 140 22
    # warning RequireThis Reference to instance variable 'exp2' needs "this.". 140 45
    # warning RequireThis Reference to instance variable 'exp3' needs "this.". 140 64

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/management/BinaryRelQueryExp.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'exp1' needs "this.". 192 22
    # warning RequireThis Reference to instance variable 'exp2' needs "this.". 192 59

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/management/MBeanServerDelegate.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'stamp' needs "this.". 91 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/management/MBeanServerInvocationHandler.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'connection' needs "this.". 466 17
    # warning RequireThis Reference to instance variable 'objectName' needs "this.". 466 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/management/MBeanServerNotification.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'objectName' needs "this.". 154 51

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/management/NotQueryExp.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'exp' needs "this.". 91 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/management/Notification.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'type' needs "this.". 361 42
    # warning RequireThis Reference to instance variable 'message' needs "this.". 361 60

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/management/NotificationBroadcasterSupport.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'listener' needs "this.". 296 40
    # warning RequireThis Reference to instance variable 'listener' needs "this.". 298 40
    # warning RequireThis Reference to instance variable 'filter' needs "this.". 298 65
    # warning RequireThis Reference to instance variable 'handback' needs "this.". 299 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/management/ObjectName.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable '_key_length' needs "this.". 255 60
    # warning RequireThis Reference to instance variable '_key_length' needs "this.". 262 41
    # warning RequireThis Reference to instance variable '_value_length' needs "this.". 263 38
    # warning RequireThis Reference to instance variable '_domain_length' needs "this.". 1643 58

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/management/OrQueryExp.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'exp1' needs "this.". 105 22
    # warning RequireThis Reference to instance variable 'exp2' needs "this.". 105 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/management/QualifiedAttributeValueExp.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'className' needs "this.". 99 68

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/management/modelmbean/ModelMBeanInfoSupport.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'modelMBeanDescriptor' needs "this.". 917 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/management/monitor/Monitor.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'elementCount' needs "this.". 976 29
    # warning RequireThis Reference to instance variable 'alreadyNotifieds' needs "this.". 1057 19
    # warning RequireThis Reference to instance variable 'observedAttribute' needs "this.". 1096 64

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/management/openmbean/ArrayType.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dimension' needs "this.". 759 42
    # warning RequireThis Reference to instance variable 'elementType' needs "this.". 760 44
    # warning RequireThis Reference to instance variable 'primitiveArray' needs "this.". 761 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/management/openmbean/CompositeDataInvocationHandler.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'compositeData' needs "this.". 164 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/management/relation/Role.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 230 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/management/relation/RoleInfo.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'minDegree' needs "this.". 426 26
    # warning RequireThis Reference to instance variable 'maxDegree' needs "this.". 445 24
    # warning RequireThis Reference to instance variable 'name' needs "this.". 459 44
    # warning RequireThis Reference to instance variable 'isReadable' needs "this.". 460 42
    # warning RequireThis Reference to instance variable 'isWritable' needs "this.". 461 42
    # warning RequireThis Reference to instance variable 'description' needs "this.". 462 43
    # warning RequireThis Reference to instance variable 'minDegree' needs "this.". 463 46
    # warning RequireThis Reference to instance variable 'maxDegree' needs "this.". 464 46
    # warning RequireThis Reference to instance variable 'referencedMBeanClassName' needs "this.". 465 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/management/relation/RoleUnresolved.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'roleName' needs "this.". 285 39
    # warning RequireThis Reference to instance variable 'problemType' needs "this.". 297 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/management/remote/JMXPrincipal.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 92 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/management/remote/JMXServiceURL.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'protocol' needs "this.". 347 58
    # warning RequireThis Reference to instance variable 'port' needs "this.". 357 60
    # warning RequireThis Reference to instance variable 'urlPath' needs "this.". 363 68

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/management/remote/TargetedNotification.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'notif' needs "this.". 111 22
    # warning RequireThis Reference to instance variable 'id' needs "this.". 111 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/management/remote/rmi/RMIConnectionImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 236 48
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 280 41
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 329 37
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 342 48
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 392 36
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 407 36
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 448 36
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 479 36
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 507 36
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 516 36
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 542 36
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 551 36
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 590 36
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 617 54
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 653 54
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 689 36
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 701 48
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 739 36
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 752 48
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 792 36
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 806 48
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 837 55
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 857 55
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 885 55
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 918 55
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 974 59
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 983 59
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 1043 36
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 1051 36
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 1063 48
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 1104 54
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 1140 54
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 1182 36
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 1190 36
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 1202 48
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 1230 50
    # warning RequireThis Reference to instance variable 'connectionId' needs "this.". 1276 55

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/management/remote/rmi/RMIConnector.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'jmxServiceURL' needs "this.". 305 77
    # warning RequireThis Reference to instance variable 'closeException' needs "this.". 467 64
    # warning RequireThis Reference to instance variable 'closeException' needs "this.". 535 21
    # warning RequireThis Reference to instance variable 'closeException' needs "this.". 541 59

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/management/remote/rmi/RMIConnectorServer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'address' needs "this.". 468 67
    # warning RequireThis Reference to instance variable 'boundJndiUrl' needs "this.". 555 64

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/naming/NameImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'syntaxEscape' needs "this.". 162 42
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 721 24
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 725 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/naming/NamingException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'rootException' needs "this.". 403 48
    # warning RequireThis Reference to instance variable 'remainingName' needs "this.". 406 46
    # warning RequireThis Reference to instance variable 'resolvedObj' needs "this.". 427 57

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/naming/RefAddr.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'addrType' needs "this.". 141 56

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/naming/Reference.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'className' needs "this.". 368 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/naming/ldap/LdapName.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'unparsed' needs "this.". 782 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/naming/ldap/Rfc2253Parser.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'len' needs "this.". 71 26
    # warning RequireThis Reference to instance variable 'name' needs "this.". 76 71
    # warning RequireThis Reference to instance variable 'len' needs "this.". 94 23
    # warning RequireThis Reference to instance variable 'name' needs "this.". 95 66
    # warning RequireThis Reference to instance variable 'len' needs "this.". 106 26
    # warning RequireThis Reference to instance variable 'len' needs "this.". 110 28
    # warning RequireThis Reference to instance variable 'name' needs "this.". 111 71
    # warning RequireThis Reference to instance variable 'len' needs "this.". 119 28
    # warning RequireThis Reference to instance variable 'len' needs "this.". 138 26
    # warning RequireThis Reference to instance variable 'cur' needs "this.". 154 24
    # warning RequireThis Reference to instance variable 'name' needs "this.". 155 67
    # warning RequireThis Reference to instance variable 'len' needs "this.". 166 23
    # warning RequireThis Reference to instance variable 'len' needs "this.". 168 30
    # warning RequireThis Reference to instance variable 'len' needs "this.". 178 27
    # warning RequireThis Reference to instance variable 'len' needs "this.". 190 27
    # warning RequireThis Reference to instance variable 'len' needs "this.". 196 24
    # warning RequireThis Reference to instance variable 'name' needs "this.". 197 67
    # warning RequireThis Reference to instance variable 'len' needs "this.". 209 27
    # warning RequireThis Reference to instance variable 'len' needs "this.". 216 23
    # warning RequireThis Reference to instance variable 'name' needs "this.". 217 67
    # warning RequireThis Reference to instance variable 'len' needs "this.". 231 27
    # warning RequireThis Reference to instance variable 'len' needs "this.". 241 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/net/ssl/SSLEngineResult.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'status' needs "this.". 234 31
    # warning RequireThis Reference to instance variable 'handshakeStatus' needs "this.". 235 37
    # warning RequireThis Reference to instance variable 'bytesConsumed' needs "this.". 236 36
    # warning RequireThis Reference to instance variable 'bytesProduced' needs "this.". 237 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/print/DocFlavor.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'myClassName' needs "this.". 612 57

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/print/MimeType.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mySourceLength' needs "this.". 336 42
    # warning RequireThis Reference to instance variable 'mySourceLength' needs "this.". 342 42
    # warning RequireThis Reference to instance variable 'mySourceLength' needs "this.". 355 43
    # warning RequireThis Reference to instance variable 'mySourceLength' needs "this.". 387 43
    # warning RequireThis Reference to instance variable 'mySourceLength' needs "this.". 403 43
    # warning RequireThis Reference to instance variable 'mySourceLength' needs "this.". 413 47
    # warning RequireThis Reference to instance variable 'mySourceLength' needs "this.". 431 43
    # warning RequireThis Reference to instance variable 'mySourceLength' needs "this.". 443 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/print/attribute/DateTimeSyntax.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'value' needs "this.". 143 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/print/attribute/EnumSyntax.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'value' needs "this.". 203 40
    # warning RequireThis Reference to instance variable 'value' needs "this.". 212 18

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/print/attribute/IntegerSyntax.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'value' needs "this.". 132 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/print/attribute/standard/MediaPrintableArea.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'y' needs "this.". 326 23
    # warning RequireThis Reference to instance variable 'w' needs "this.". 326 30
    # warning RequireThis Reference to instance variable 'h' needs "this.". 326 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/print/attribute/standard/PrinterStateReasons.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mySeverity' needs "this.". 285 54

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/script/ScriptException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fileName' needs "this.". 114 30
    # warning RequireThis Reference to instance variable 'lineNumber' needs "this.". 116 45
    # warning RequireThis Reference to instance variable 'columnNumber' needs "this.". 120 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/security/auth/PrivateCredentialPermission.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'credentialClass' needs "this.". 343 56

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/security/auth/kerberos/KerberosKey.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'versionNum' needs "this.". 237 34
    # warning RequireThis Reference to instance variable 'versionNum' needs "this.". 257 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/security/auth/kerberos/KerberosTicket.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'client' needs "this.". 577 64
    # warning RequireThis Reference to instance variable 'server' needs "this.". 578 65

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/security/auth/kerberos/KeyImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'keyType' needs "this.". 204 44
    # warning RequireThis Reference to instance variable 'keyType' needs "this.". 220 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/security/auth/login/AppConfigurationEntry.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'controlFlag' needs "this.". 170 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/smartcardio/CardPermission.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mask' needs "this.". 282 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/smartcardio/CommandAPDU.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nc' needs "this.". 568 65
    # warning RequireThis Reference to instance variable 'ne' needs "this.". 568 80

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/smartcardio/TerminalFactory.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'type' needs "this.". 358 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/sound/midi/MetaMessage.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dataLength' needs "this.". 213 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/sound/midi/Track.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'eotEvent' needs "this.". 114 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/sound/sampled/AudioFileFormat.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'byteLength' needs "this.". 297 44
    # warning RequireThis Reference to instance variable 'format' needs "this.". 300 40
    # warning RequireThis Reference to instance variable 'frameLength' needs "this.". 303 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/sound/sampled/AudioInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'frameSize' needs "this.". 259 18
    # warning RequireThis Reference to instance variable 'frameSize' needs "this.". 260 25
    # warning RequireThis Reference to instance variable 'frameLength' needs "this.". 267 29
    # warning RequireThis Reference to instance variable 'frameSize' needs "this.". 272 26
    # warning RequireThis Reference to instance variable 'framePos' needs "this.". 272 52
    # warning RequireThis Reference to instance variable 'framePos' needs "this.". 273 46
    # warning RequireThis Reference to instance variable 'frameSize' needs "this.". 273 58
    # warning RequireThis Reference to instance variable 'pushBackLen' needs "this.". 283 39
    # warning RequireThis Reference to instance variable 'frameSize' needs "this.". 300 39
    # warning RequireThis Reference to instance variable 'pushBackLen' needs "this.". 307 55
    # warning RequireThis Reference to instance variable 'frameSize' needs "this.". 312 35
    # warning RequireThis Reference to instance variable 'frameSize' needs "this.". 330 16
    # warning RequireThis Reference to instance variable 'frameSize' needs "this.". 331 21
    # warning RequireThis Reference to instance variable 'frameSize' needs "this.". 336 20
    # warning RequireThis Reference to instance variable 'framePos' needs "this.". 336 46
    # warning RequireThis Reference to instance variable 'framePos' needs "this.". 337 34
    # warning RequireThis Reference to instance variable 'frameSize' needs "this.". 337 46
    # warning RequireThis Reference to instance variable 'frameSize' needs "this.". 343 18
    # warning RequireThis Reference to instance variable 'frameSize' needs "this.". 349 30
    # warning RequireThis Reference to instance variable 'frameSize' needs "this.". 375 67
    # warning RequireThis Reference to instance variable 'framePos' needs "this.". 375 93
    # warning RequireThis Reference to instance variable 'framePos' needs "this.". 376 39
    # warning RequireThis Reference to instance variable 'frameSize' needs "this.". 376 51

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/sound/sampled/DataLine.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'minBufferSize' needs "this.". 485 50
    # warning RequireThis Reference to instance variable 'maxBufferSize' needs "this.". 485 75
    # warning RequireThis Reference to instance variable 'minBufferSize' needs "this.". 487 59
    # warning RequireThis Reference to instance variable 'minBufferSize' needs "this.". 489 56

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/sound/sampled/FloatControl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maximum' needs "this.". 217 24
    # warning RequireThis Reference to instance variable 'maximum' needs "this.". 218 118
    # warning RequireThis Reference to instance variable 'minimum' needs "this.". 221 24
    # warning RequireThis Reference to instance variable 'minimum' needs "this.". 222 123
    # warning RequireThis Reference to instance variable 'minimum' needs "this.". 339 20
    # warning RequireThis Reference to instance variable 'minimum' needs "this.". 341 66
    # warning RequireThis Reference to instance variable 'maximum' needs "this.". 343 20
    # warning RequireThis Reference to instance variable 'maximum' needs "this.". 345 61
    # warning RequireThis Reference to instance variable 'units' needs "this.". 359 84
    # warning RequireThis Reference to instance variable 'minimum' needs "this.". 360 41
    # warning RequireThis Reference to instance variable 'maximum' needs "this.". 360 59

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/sound/sampled/Mixer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'version' needs "this.". 349 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/sound/sampled/ReverbType.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'earlyReflectionDelay' needs "this.". 292 54
    # warning RequireThis Reference to instance variable 'earlyReflectionIntensity' needs "this.". 293 54
    # warning RequireThis Reference to instance variable 'lateReflectionDelay' needs "this.". 294 49
    # warning RequireThis Reference to instance variable 'lateReflectionIntensity' needs "this.". 295 53
    # warning RequireThis Reference to instance variable 'decayTime' needs "this.". 296 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/sql/rowset/RowSetMetaDataImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'colCount' needs "this.". 82 31
    # warning RequireThis Reference to instance variable 'colCount' needs "this.". 143 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/sql/rowset/serial/SerialArray.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'len' needs "this.". 158 37
    # warning RequireThis Reference to instance variable 'len' needs "this.". 164 37
    # warning RequireThis Reference to instance variable 'len' needs "this.". 170 33
    # warning RequireThis Reference to instance variable 'len' needs "this.". 176 37
    # warning RequireThis Reference to instance variable 'len' needs "this.". 182 37
    # warning RequireThis Reference to instance variable 'len' needs "this.". 188 37
    # warning RequireThis Reference to instance variable 'len' needs "this.". 269 33
    # warning RequireThis Reference to instance variable 'len' needs "this.". 275 33
    # warning RequireThis Reference to instance variable 'len' needs "this.". 281 33
    # warning RequireThis Reference to instance variable 'len' needs "this.". 287 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/sql/rowset/serial/SerialBlob.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'len' needs "this.". 102 28
    # warning RequireThis Reference to instance variable 'len' needs "this.". 165 22
    # warning RequireThis Reference to instance variable 'len' needs "this.". 235 34
    # warning RequireThis Reference to instance variable 'len' needs "this.". 243 22
    # warning RequireThis Reference to instance variable 'origLen' needs "this.". 346 30
    # warning RequireThis Reference to instance variable 'len' needs "this.". 406 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/sql/rowset/serial/SerialClob.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'len' needs "this.". 103 29
    # warning RequireThis Reference to instance variable 'len' needs "this.". 296 34
    # warning RequireThis Reference to instance variable 'len' needs "this.". 306 22
    # warning RequireThis Reference to instance variable 'origLen' needs "this.". 400 30
    # warning RequireThis Reference to instance variable 'len' needs "this.". 492 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/sql/rowset/serial/SerialStruct.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'SQLTypeName' needs "this.". 98 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/AbstractButton.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'verticalAlignment' needs "this.". 778 26
    # warning RequireThis Reference to instance variable 'horizontalAlignment' needs "this.". 829 26
    # warning RequireThis Reference to instance variable 'verticalTextPosition' needs "this.". 870 29
    # warning RequireThis Reference to instance variable 'horizontalTextPosition' needs "this.". 917 29
    # warning RequireThis Reference to instance variable 'margin' needs "this.". 2298 22
    # warning RequireThis Reference to instance variable 'text' needs "this.". 2306 20

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/AncestorNotifier.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'firstInvisibleAncestor' needs "this.". 171 22
    # warning RequireThis Reference to instance variable 'firstInvisibleAncestor' needs "this.". 189 25
    # warning RequireThis Reference to instance variable 'firstInvisibleAncestor' needs "this.". 219 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/BoxLayout.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'axis' needs "this.". 419 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/BufferStrategyPaintManager.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'root' needs "this.". 283 60
    # warning RequireThis Reference to instance variable 'xOffset' needs "this.". 336 28
    # warning RequireThis Reference to instance variable 'yOffset' needs "this.". 336 50
    # warning RequireThis Reference to instance variable 'accumulatedX' needs "this.". 375 49
    # warning RequireThis Reference to instance variable 'accumulatedY' needs "this.". 376 24
    # warning RequireThis Reference to instance variable 'accumulatedMaxX' needs "this.". 376 46
    # warning RequireThis Reference to instance variable 'accumulatedMaxY' needs "this.". 377 24
    # warning RequireThis Reference to instance variable 'root' needs "this.". 518 64
    # warning RequireThis Reference to instance variable 'rootJ' needs "this.". 546 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/ButtonGroup.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'selection' needs "this.". 113 28
    # warning RequireThis Reference to instance variable 'selection' needs "this.". 158 36
    # warning RequireThis Reference to instance variable 'selection' needs "this.". 174 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/DebugGraphics.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'graphicsID' needs "this.". 1325 70
    # warning RequireThis Reference to instance variable 'debugOptions' needs "this.". 1325 89

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/DefaultBoundedRangeModel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'extent' needs "this.". 162 45
    # warning RequireThis Reference to instance variable 'extent' needs "this.". 165 24
    # warning RequireThis Reference to instance variable 'max' needs "this.". 165 33
    # warning RequireThis Reference to instance variable 'extent' needs "this.". 166 30
    # warning RequireThis Reference to instance variable 'max' needs "this.". 183 32
    # warning RequireThis Reference to instance variable 'value' needs "this.". 184 31
    # warning RequireThis Reference to instance variable 'value' needs "this.". 289 26
    # warning RequireThis Reference to instance variable 'extent' needs "this.". 290 27
    # warning RequireThis Reference to instance variable 'min' needs "this.". 291 24
    # warning RequireThis Reference to instance variable 'max' needs "this.". 292 24
    # warning RequireThis Reference to instance variable 'isAdjusting' needs "this.". 293 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/DefaultCellEditor.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'clickCountToStart' needs "DefaultCellEditor.this.". 334 65

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/DefaultComboBoxModel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'selectedObject' needs "this.". 144 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/DefaultFocusManager.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'gluePolicy' needs "this.". 73 27
    # warning RequireThis Reference to instance variable 'gluePolicy' needs "this.". 95 27
    # warning RequireThis Reference to instance variable 'gluePolicy' needs "this.". 115 27
    # warning RequireThis Reference to instance variable 'gluePolicy' needs "this.". 135 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/DefaultListSelectionModel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'minIndex' needs "this.". 104 26
    # warning RequireThis Reference to instance variable 'maxIndex' needs "this.". 104 48
    # warning RequireThis Reference to instance variable 'maxIndex' needs "this.". 109 28
    # warning RequireThis Reference to instance variable 'minIndex' needs "this.". 287 18
    # warning RequireThis Reference to instance variable 'maxIndex' needs "this.". 288 54
    # warning RequireThis Reference to instance variable 'maxIndex' needs "this.". 300 18
    # warning RequireThis Reference to instance variable 'maxIndex' needs "this.". 301 54
    # warning RequireThis Reference to instance variable 'minIndex' needs "this.". 572 27
    # warning RequireThis Reference to instance variable 'maxIndex' needs "this.". 572 50
    # warning RequireThis Reference to instance variable 'maxIndex' needs "this.". 651 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/DefaultRowSorter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'modelRowCount' needs "this.". 879 25
    # warning RequireThis Reference to instance variable 'modelRowCount' needs "this.". 879 52
    # warning RequireThis Reference to instance variable 'modelRowCount' needs "this.". 895 25
    # warning RequireThis Reference to instance variable 'modelRowCount' needs "this.". 895 52
    # warning RequireThis Reference to instance variable 'modelRowCount' needs "this.". 920 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/GrayFilter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'percent' needs "this.". 84 50
    # warning RequireThis Reference to instance variable 'percent' needs "this.". 86 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/GroupLayout.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'host' needs "this.". 782 41
    # warning RequireThis Reference to instance variable 'host' needs "this.". 1115 23
    # warning RequireThis Reference to instance variable 'host' needs "this.". 1130 42
    # warning RequireThis Reference to instance variable 'baselineSpring' needs "this.". 2262 39
    # warning RequireThis Reference to instance variable 'baselineSpring' needs "this.". 2281 39
    # warning RequireThis Reference to instance variable 'baselineSpring' needs "this.". 2291 39
    # warning RequireThis Reference to instance variable 'baselineSpring' needs "this.". 2310 43
    # warning RequireThis Reference to instance variable 'baselineSpring' needs "this.". 2320 43
    # warning RequireThis Reference to instance variable 'index' needs "this.". 2366 51
    # warning RequireThis Reference to instance variable 'delta' needs "this.". 2367 21
    # warning RequireThis Reference to instance variable 'prefDescent' needs "this.". 2717 37
    # warning RequireThis Reference to instance variable 'prefDescent' needs "this.". 2719 42
    # warning RequireThis Reference to instance variable 'prefDescent' needs "this.". 2863 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/JApplet.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'rootPane' needs "this.". 334 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/JComboBox.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maximumRowCount' needs "this.". 1578 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/JComponent.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'paintingChild' needs "this.". 811 44
    # warning RequireThis Reference to instance variable 'capacity' needs "this.". 3456 26
    # warning RequireThis Reference to instance variable 'alignmentX' needs "this.". 5558 26
    # warning RequireThis Reference to instance variable 'alignmentY' needs "this.". 5559 26
    # warning RequireThis Reference to instance variable 'flags' needs "this.". 5561 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/JDesktopPane.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'layer' needs "this.". 384 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/JDialog.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'rootPane' needs "this.". 939 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/JEditorPane.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'kit' needs "this.". 980 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/JFormattedTextField.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'editValid' needs "this.". 553 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/JFrame.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'rootPane' needs "this.". 582 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/JLabel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'defaultIcon' needs "this.". 391 57
    # warning RequireThis Reference to instance variable 'verticalAlignment' needs "this.". 711 26
    # warning RequireThis Reference to instance variable 'horizontalAlignment' needs "this.". 763 26
    # warning RequireThis Reference to instance variable 'verticalTextPosition' needs "this.". 817 29
    # warning RequireThis Reference to instance variable 'iconTextGap' needs "this.". 986 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/JList.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'index' needs "this.". 402 33
    # warning RequireThis Reference to instance variable 'isInsert' needs "this.". 403 34
    # warning RequireThis Reference to instance variable 'fixedCellHeight' needs "this.". 2840 31
    # warning RequireThis Reference to instance variable 'fixedCellWidth' needs "this.". 2841 30
    # warning RequireThis Reference to instance variable 'horizontalScrollIncrement' needs "this.". 2842 41
    # warning RequireThis Reference to instance variable 'visibleRowCount' needs "this.". 2845 31
    # warning RequireThis Reference to instance variable 'layoutOrientation' needs "this.". 2846 33
    # warning RequireThis Reference to instance variable 'leadSelectionIndex' needs "this.". 2949 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/JMenu.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'isSelected' needs "this.". 1120 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/JPasswordField.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'echoChar' needs "this.". 345 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/JPopupMenu.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'frame' needs "this.". 930 25
    # warning RequireThis Reference to instance variable 'desiredLocationX' needs "this.". 1169 36
    # warning RequireThis Reference to instance variable 'desiredLocationY' needs "this.". 1170 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/JRootPane.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'layeredPane' needs "this.". 566 54
    # warning RequireThis Reference to instance variable 'layeredPane' needs "this.". 582 54
    # warning RequireThis Reference to instance variable 'layeredPane' needs "this.". 621 62
    # warning RequireThis Reference to instance variable 'root' needs "this.". 849 71
    # warning RequireThis Reference to instance variable 'glassPane' needs "this.". 879 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/JScrollBar.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'blockIncrement' needs "this.". 791 30
    # warning RequireThis Reference to instance variable 'unitIncrement' needs "this.". 793 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/JSlider.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'majorTickSpacing' needs "this.". 1387 32
    # warning RequireThis Reference to instance variable 'minorTickSpacing' needs "this.". 1388 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/JSplitPane.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'leftComponent' needs "this.". 886 26
    # warning RequireThis Reference to instance variable 'rightComponent' needs "this.". 888 33
    # warning RequireThis Reference to instance variable 'leftComponent' needs "this.". 911 21
    # warning RequireThis Reference to instance variable 'rightComponent' needs "this.". 913 28
    # warning RequireThis Reference to instance variable 'dividerSize' needs "this.". 1112 27
    # warning RequireThis Reference to instance variable 'lastDividerLocation' needs "this.". 1113 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/JTabbedPane.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'visComp' needs "this.". 372 47
    # warning RequireThis Reference to instance variable 'visComp' needs "this.". 941 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/JTable.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'row' needs "this.". 540 31
    # warning RequireThis Reference to instance variable 'col' needs "this.". 541 34
    # warning RequireThis Reference to instance variable 'isInsertRow' needs "this.". 542 37
    # warning RequireThis Reference to instance variable 'isInsertCol' needs "this.". 543 40
    # warning RequireThis Reference to instance variable 'startModelIndex' needs "this.". 4093 38
    # warning RequireThis Reference to instance variable 'rowModel' needs "this.". 4903 21
    # warning RequireThis Reference to instance variable 'editingColumn' needs "this.". 5932 29
    # warning RequireThis Reference to instance variable 'editingRow' needs "this.". 5933 26
    # warning RequireThis Reference to instance variable 'rowHeight' needs "this.". 5936 25
    # warning RequireThis Reference to instance variable 'rowMargin' needs "this.". 5937 25
    # warning RequireThis Reference to instance variable 'lastSelectedRow' needs "this.". 6936 32
    # warning RequireThis Reference to instance variable 'lastSelectedCol' needs "this.". 6937 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/JTextArea.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'columns' needs "this.". 663 22
    # warning RequireThis Reference to instance variable 'columnWidth' needs "this.". 664 26
    # warning RequireThis Reference to instance variable 'rows' needs "this.". 665 20
    # warning RequireThis Reference to instance variable 'rowHeight' needs "this.". 666 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/JTextField.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'horizontalAlignment' needs "this.". 342 26
    # warning RequireThis Reference to instance variable 'columns' needs "this.". 901 23
    # warning RequireThis Reference to instance variable 'columnWidth' needs "this.". 902 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/JTree.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'path' needs "this.". 414 32
    # warning RequireThis Reference to instance variable 'index' needs "this.". 415 38
    # warning RequireThis Reference to instance variable 'expandRow' needs "this.". 1373 31
    # warning RequireThis Reference to instance variable 'expandRow' needs "this.". 1377 32
    # warning RequireThis Reference to instance variable 'uiTreeExpansionListener' needs "this.". 2760 37
    # warning RequireThis Reference to instance variable 'uiTreeExpansionListener' needs "this.". 2791 37
    # warning RequireThis Reference to instance variable 'rowHeight' needs "this.". 4052 25
    # warning RequireThis Reference to instance variable 'toggleClickCount' needs "this.". 4055 32
    # warning RequireThis Reference to instance variable 'visibleRowCount' needs "this.". 4056 31
    # warning RequireThis Reference to instance variable 'leadSelectionPath' needs "this.". 4129 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/JWindow.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'rootPane' needs "this.". 425 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/ProgressMonitor.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'max' needs "this.". 263 19
    # warning RequireThis Reference to instance variable 'T0' needs "this.". 272 35
    # warning RequireThis Reference to instance variable 'millisToDecideToPopup' needs "this.". 273 27
    # warning RequireThis Reference to instance variable 'min' needs "this.". 275 30
    # warning RequireThis Reference to instance variable 'min' needs "this.". 277 64
    # warning RequireThis Reference to instance variable 'min' needs "this.". 278 63
    # warning RequireThis Reference to instance variable 'millisToPopup' needs "this.". 283 52
    # warning RequireThis Reference to instance variable 'noteLabel' needs "ProgressMonitor.this.". 590 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/RepaintManager.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dirtyComponents' needs "this.". 922 28
    # warning RequireThis Reference to instance variable 'paintThread' needs "this.". 1172 43
    # warning RequireThis Reference to instance variable 'paintThread' needs "this.". 1246 57

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/RowFilter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'date' needs "this.". 474 37
    # warning RequireThis Reference to instance variable 'date' needs "this.". 476 37
    # warning RequireThis Reference to instance variable 'date' needs "this.". 478 38
    # warning RequireThis Reference to instance variable 'date' needs "this.". 480 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/RowSorter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'column' needs "this.". 400 36
    # warning RequireThis Reference to instance variable 'column' needs "this.". 419 48
    # warning RequireThis Reference to instance variable 'sortOrder' needs "this.". 420 51

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/ScrollPaneLayout.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'viewport' needs "this.". 269 18
    # warning RequireThis Reference to instance variable 'vsb' needs "this.". 272 23
    # warning RequireThis Reference to instance variable 'hsb' needs "this.". 275 23
    # warning RequireThis Reference to instance variable 'rowHead' needs "this.". 278 23
    # warning RequireThis Reference to instance variable 'colHead' needs "this.". 281 23
    # warning RequireThis Reference to instance variable 'lowerLeft' needs "this.". 284 23
    # warning RequireThis Reference to instance variable 'lowerRight' needs "this.". 287 23
    # warning RequireThis Reference to instance variable 'upperLeft' needs "this.". 290 23
    # warning RequireThis Reference to instance variable 'upperRight' needs "this.". 293 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/SizeRequirements.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'minimum' needs "this.". 164 22
    # warning RequireThis Reference to instance variable 'preferred' needs "this.". 164 38
    # warning RequireThis Reference to instance variable 'maximum' needs "this.". 164 56
    # warning RequireThis Reference to instance variable 'alignment' needs "this.". 164 73

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/SortingFocusTraversalPolicy.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'FORWARD_TRAVERSAL' needs "this.". 204 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/SpinnerListModel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'index' needs "this.". 244 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/Spring.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'min' needs "this.". 249 40
    # warning RequireThis Reference to instance variable 'pref' needs "this.". 249 53
    # warning RequireThis Reference to instance variable 'max' needs "this.". 249 67
    # warning RequireThis Reference to instance variable 'factor' needs "this.". 312 90
    # warning RequireThis Reference to instance variable 'factor' needs "this.". 316 55
    # warning RequireThis Reference to instance variable 'factor' needs "this.". 320 90
    # warning RequireThis Reference to instance variable 'factor' needs "this.". 324 46
    # warning RequireThis Reference to instance variable 'factor' needs "this.". 331 47
    # warning RequireThis Reference to instance variable 's1' needs "this.". 436 43
    # warning RequireThis Reference to instance variable 's2' needs "this.". 436 58

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/SpringLayout.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'edgeName' needs "this.". 875 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/ToolTipManager.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'window' needs "this.". 405 34
    # warning RequireThis Reference to instance variable 'window' needs "this.". 468 52
    # warning RequireThis Reference to instance variable 'insideComponent' needs "this.". 488 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/TransferHandler.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dropPoint' needs "this.". 189 59
    # warning RequireThis Reference to instance variable 'hysteresis' needs "this.". 1496 50
    # warning RequireThis Reference to instance variable 'hysteresis' needs "this.". 1497 57

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/colorchooser/DefaultPreviewPanel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'swatchWidth' needs "this.". 88 48
    # warning RequireThis Reference to instance variable 'squareSize' needs "this.". 114 46
    # warning RequireThis Reference to instance variable 'squareSize' needs "this.". 116 30
    # warning RequireThis Reference to instance variable 'squareSize' needs "this.". 116 73
    # warning RequireThis Reference to instance variable 'swatchWidth' needs "this.". 117 25
    # warning RequireThis Reference to instance variable 'textGap' needs "this.". 132 37
    # warning RequireThis Reference to instance variable 'textGap' needs "this.". 142 32
    # warning RequireThis Reference to instance variable 'textGap' needs "this.". 143 29
    # warning RequireThis Reference to instance variable 'textGap' needs "this.". 149 36
    # warning RequireThis Reference to instance variable 'textGap' needs "this.". 155 31
    # warning RequireThis Reference to instance variable 'textGap' needs "this.". 156 29
    # warning RequireThis Reference to instance variable 'textGap' needs "this.". 162 31
    # warning RequireThis Reference to instance variable 'innerGap' needs "this.". 176 34
    # warning RequireThis Reference to instance variable 'squareGap' needs "this.". 187 45
    # warning RequireThis Reference to instance variable 'squareGap' needs "this.". 189 32
    # warning RequireThis Reference to instance variable 'innerGap' needs "this.". 193 34
    # warning RequireThis Reference to instance variable 'squareGap' needs "this.". 202 34
    # warning RequireThis Reference to instance variable 'squareGap' needs "this.". 204 32
    # warning RequireThis Reference to instance variable 'squareGap' needs "this.". 204 54
    # warning RequireThis Reference to instance variable 'innerGap' needs "this.". 208 34
    # warning RequireThis Reference to instance variable 'squareGap' needs "this.". 212 34
    # warning RequireThis Reference to instance variable 'squareGap' needs "this.". 212 59
    # warning RequireThis Reference to instance variable 'squareGap' needs "this.". 216 33
    # warning RequireThis Reference to instance variable 'innerGap' needs "this.". 220 34
    # warning RequireThis Reference to instance variable 'squareGap' needs "this.". 229 35
    # warning RequireThis Reference to instance variable 'squareGap' needs "this.". 231 33
    # warning RequireThis Reference to instance variable 'squareGap' needs "this.". 231 59
    # warning RequireThis Reference to instance variable 'innerGap' needs "this.". 235 34
    # warning RequireThis Reference to instance variable 'squareGap' needs "this.". 239 35
    # warning RequireThis Reference to instance variable 'squareGap' needs "this.". 239 63

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/colorchooser/SmartGridLayout.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'rows' needs "this.". 66 29
    # warning RequireThis Reference to instance variable 'columns' needs "this.". 70 35
    # warning RequireThis Reference to instance variable 'columns' needs "this.". 79 39
    # warning RequireThis Reference to instance variable 'rows' needs "this.". 82 35
    # warning RequireThis Reference to instance variable 'yGap' needs "this.". 87 43
    # warning RequireThis Reference to instance variable 'xGap' needs "this.". 89 47
    # warning RequireThis Reference to instance variable 'columns' needs "this.". 93 39
    # warning RequireThis Reference to instance variable 'rows' needs "this.". 97 35
    # warning RequireThis Reference to instance variable 'yGap' needs "this.". 102 43
    # warning RequireThis Reference to instance variable 'rows' needs "this.". 122 29
    # warning RequireThis Reference to instance variable 'columns' needs "this.". 126 35
    # warning RequireThis Reference to instance variable 'columns' needs "this.". 158 37
    # warning RequireThis Reference to instance variable 'columns' needs "this.". 159 45
    # warning RequireThis Reference to instance variable 'rows' needs "this.". 170 29
    # warning RequireThis Reference to instance variable 'columns' needs "this.". 181 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/event/ListDataEvent.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'type' needs "this.". 116 20
    # warning RequireThis Reference to instance variable 'index0' needs "this.". 117 22
    # warning RequireThis Reference to instance variable 'index1' needs "this.". 118 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/event/ListSelectionEvent.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'firstIndex' needs "this.". 117 31
    # warning RequireThis Reference to instance variable 'lastIndex' needs "this.". 118 30
    # warning RequireThis Reference to instance variable 'isAdjusting' needs "this.". 119 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/event/TreeModelEvent.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'path' needs "this.". 299 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/basic/BasicComboBoxUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'editor' needs "BasicComboBoxUI.this.". 1650 34
    # warning RequireThis Reference to instance variable 'lastTime' needs "BasicComboBoxUI.this.". 1942 24
    # warning RequireThis Reference to instance variable 'timeFactor' needs "BasicComboBoxUI.this.". 1942 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/basic/BasicComboPopup.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'list' needs "BasicComboPopup.this.". 810 34
    # warning RequireThis Reference to instance variable 'list' needs "BasicComboPopup.this.". 829 34
    # warning RequireThis Reference to instance variable 'list' needs "BasicComboPopup.this.". 877 40
    # warning RequireThis Reference to instance variable 'list' needs "BasicComboPopup.this.". 888 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/basic/BasicDesktopIconUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable '__x' needs "this.". 271 27
    # warning RequireThis Reference to instance variable '__x' needs "this.". 272 37
    # warning RequireThis Reference to instance variable '__y' needs "this.". 273 27
    # warning RequireThis Reference to instance variable '__y' needs "this.". 274 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/basic/BasicDesktopPaneUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'MOVE_RESIZE_INCREMENT' needs "this.". 404 54
    # warning RequireThis Reference to instance variable 'MOVE_RESIZE_INCREMENT' needs "this.". 407 49
    # warning RequireThis Reference to instance variable 'MOVE_RESIZE_INCREMENT' needs "this.". 410 47
    # warning RequireThis Reference to instance variable 'MOVE_RESIZE_INCREMENT' needs "this.". 411 48
    # warning RequireThis Reference to instance variable 'MOVE_RESIZE_INCREMENT' needs "this.". 417 41
    # warning RequireThis Reference to instance variable 'MOVE_RESIZE_INCREMENT' needs "this.". 420 49
    # warning RequireThis Reference to instance variable 'MOVE_RESIZE_INCREMENT' needs "this.". 423 48
    # warning RequireThis Reference to instance variable 'MOVE_RESIZE_INCREMENT' needs "this.". 429 55
    # warning RequireThis Reference to instance variable 'MOVE_RESIZE_INCREMENT' needs "this.". 433 49
    # warning RequireThis Reference to instance variable 'MOVE_RESIZE_INCREMENT' needs "this.". 435 54
    # warning RequireThis Reference to instance variable 'MOVE_RESIZE_INCREMENT' needs "this.". 437 47
    # warning RequireThis Reference to instance variable 'MOVE_RESIZE_INCREMENT' needs "this.". 442 41
    # warning RequireThis Reference to instance variable 'MOVE_RESIZE_INCREMENT' needs "this.". 445 49
    # warning RequireThis Reference to instance variable 'MOVE_RESIZE_INCREMENT' needs "this.". 448 47
    # warning RequireThis Reference to instance variable 'MOVE_RESIZE_INCREMENT' needs "this.". 452 55
    # warning RequireThis Reference to instance variable 'MOVE_RESIZE_INCREMENT' needs "this.". 465 55
    # warning RequireThis Reference to instance variable 'MOVE_RESIZE_INCREMENT' needs "this.". 481 44
    # warning RequireThis Reference to instance variable 'MOVE_RESIZE_INCREMENT' needs "this.". 497 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/basic/BasicDirectoryModel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fetchID' needs "this.". 438 20
    # warning RequireThis Reference to instance variable 'fid' needs "this.". 474 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/basic/BasicFileChooserUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'newFolderErrorSeparator' needs "BasicFileChooserUI.this.". 785 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/basic/BasicInternalFrameUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'frame' needs "this.". 112 17
    # warning RequireThis Reference to instance variable 'frame' needs "this.". 116 19
    # warning RequireThis Reference to instance variable 'RESIZE_NONE' needs "this.". 661 30
    # warning RequireThis Reference to instance variable 'frame' needs "BasicInternalFrameUI.this.". 734 34
    # warning RequireThis Reference to instance variable 'resizeCornerSize' needs "this.". 739 33
    # warning RequireThis Reference to instance variable 'resizeCornerSize' needs "this.". 748 33
    # warning RequireThis Reference to instance variable 'resizeCornerSize' needs "this.". 757 33
    # warning RequireThis Reference to instance variable 'resizeCornerSize' needs "this.". 766 33
    # warning RequireThis Reference to instance variable '__x' needs "this.". 862 27
    # warning RequireThis Reference to instance variable '__x' needs "this.". 863 37
    # warning RequireThis Reference to instance variable '__y' needs "this.". 864 27
    # warning RequireThis Reference to instance variable '__y' needs "this.". 865 39
    # warning RequireThis Reference to instance variable 'frame' needs "BasicInternalFrameUI.this.". 1040 34
    # warning RequireThis Reference to instance variable 'resizeCornerSize' needs "this.". 1051 56
    # warning RequireThis Reference to instance variable 'resizeCornerSize' needs "this.". 1058 56
    # warning RequireThis Reference to instance variable 'resizeCornerSize' needs "this.". 1065 55
    # warning RequireThis Reference to instance variable 'resizeCornerSize' needs "this.". 1072 55

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/basic/BasicListUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'listHeight' needs "this.". 250 37
    # warning RequireThis Reference to instance variable 'listWidth' needs "this.". 256 36
    # warning RequireThis Reference to instance variable 'columnCount' needs "this.". 586 33
    # warning RequireThis Reference to instance variable 'isFileList' needs "this.". 809 18
    # warning RequireThis Reference to instance variable 'cellWidth' needs "this.". 1014 44
    # warning RequireThis Reference to instance variable 'cellWidth' needs "this.". 1016 67
    # warning RequireThis Reference to instance variable 'columnCount' needs "this.". 1091 36
    # warning RequireThis Reference to instance variable 'cellHeight' needs "this.". 1119 49
    # warning RequireThis Reference to instance variable 'cellWidth' needs "this.". 1161 30
    # warning RequireThis Reference to instance variable 'cellWidth' needs "this.". 1163 50
    # warning RequireThis Reference to instance variable 'columnCount' needs "this.". 1187 37
    # warning RequireThis Reference to instance variable 'columnCount' needs "this.". 1194 23
    # warning RequireThis Reference to instance variable 'rowsPerColumn' needs "this.". 1202 25
    # warning RequireThis Reference to instance variable 'rowsPerColumn' needs "this.". 1205 49
    # warning RequireThis Reference to instance variable 'columnCount' needs "this.". 1225 66
    # warning RequireThis Reference to instance variable 'cellWidth' needs "this.". 1243 43
    # warning RequireThis Reference to instance variable 'cellWidth' needs "this.". 1245 66
    # warning RequireThis Reference to instance variable 'columnCount' needs "this.". 1250 29
    # warning RequireThis Reference to instance variable 'rowsPerColumn' needs "this.". 1272 32
    # warning RequireThis Reference to instance variable 'columnCount' needs "this.". 1274 28
    # warning RequireThis Reference to instance variable 'rowsPerColumn' needs "this.". 1293 32
    # warning RequireThis Reference to instance variable 'columnCount' needs "this.". 1295 28
    # warning RequireThis Reference to instance variable 'rowsPerColumn' needs "this.". 1437 55
    # warning RequireThis Reference to instance variable 'rowsPerColumn' needs "this.". 1438 54
    # warning RequireThis Reference to instance variable 'rowsPerColumn' needs "this.". 1439 33
    # warning RequireThis Reference to instance variable 'columnCount' needs "this.". 1445 50
    # warning RequireThis Reference to instance variable 'columnCount' needs "this.". 1446 37
    # warning RequireThis Reference to instance variable 'rowsPerColumn' needs "this.". 1454 55
    # warning RequireThis Reference to instance variable 'rowsPerColumn' needs "this.". 1455 54
    # warning RequireThis Reference to instance variable 'rowsPerColumn' needs "this.". 1456 33
    # warning RequireThis Reference to instance variable 'cellWidth' needs "this.". 1463 56
    # warning RequireThis Reference to instance variable 'columnCount' needs "this.". 1464 45
    # warning RequireThis Reference to instance variable 'columnCount' needs "this.". 1465 33
    # warning RequireThis Reference to instance variable 'cellHeight' needs "this.". 1469 43
    # warning RequireThis Reference to instance variable 'lastTime' needs "this.". 2385 24
    # warning RequireThis Reference to instance variable 'timeFactor' needs "BasicListUI.this.". 2385 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/basic/BasicLookAndFeel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'clipPlaying' needs "BasicLookAndFeel.this.". 2086 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/basic/BasicMenuItemUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'menuItem' needs "BasicMenuItemUI.this.". 904 63

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/basic/BasicMenuUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastMnemonic' needs "this.". 120 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/basic/BasicOptionPaneUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'optionPane' needs "this.". 265 18
    # warning RequireThis Reference to instance variable 'padding' needs "this.". 1016 57
    # warning RequireThis Reference to instance variable 'padding' needs "this.". 1062 59
    # warning RequireThis Reference to instance variable 'padding' needs "this.". 1089 66
    # warning RequireThis Reference to instance variable 'padding' needs "this.". 1100 60
    # warning RequireThis Reference to instance variable 'optionPane' needs "BasicOptionPaneUI.this.". 1246 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/basic/BasicPopupMenuUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastPopup' needs "this.". 1188 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/basic/BasicProgressBarUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numFrames' needs "this.". 999 24
    # warning RequireThis Reference to instance variable 'cycleTime' needs "this.". 1066 31
    # warning RequireThis Reference to instance variable 'repaintInterval' needs "this.". 1086 31
    # warning RequireThis Reference to instance variable 'lastCall' needs "this.". 1196 52
    # warning RequireThis Reference to instance variable 'MINIMUM_DELAY' needs "this.". 1198 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/basic/BasicScrollBarUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'incrGap' needs "this.". 671 30
    # warning RequireThis Reference to instance variable 'incrGap' needs "this.". 690 36
    # warning RequireThis Reference to instance variable 'decrGap' needs "this.". 694 52
    # warning RequireThis Reference to instance variable 'decrGap' needs "this.". 710 51
    # warning RequireThis Reference to instance variable 'incrGap' needs "this.". 711 37
    # warning RequireThis Reference to instance variable 'incrGap' needs "this.". 729 51
    # warning RequireThis Reference to instance variable 'incrGap' needs "this.". 730 40
    # warning RequireThis Reference to instance variable 'decrGap' needs "this.". 732 56
    # warning RequireThis Reference to instance variable 'decrGap' needs "this.". 733 54
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 1214 78
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 1221 78
    # warning RequireThis Reference to instance variable 'incrButton' needs "BasicScrollBarUI.this.". 1368 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/basic/BasicScrollPaneUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'scrollpane' needs "BasicScrollPaneUI.this.". 1098 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/basic/BasicSliderUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'slider' needs "this.". 166 19
    # warning RequireThis Reference to instance variable 'slider' needs "this.". 170 55
    # warning RequireThis Reference to instance variable 'lastValue' needs "this.". 579 65
    # warning RequireThis Reference to instance variable 'trackBuffer' needs "this.". 636 43
    # warning RequireThis Reference to instance variable 'trackBuffer' needs "this.". 651 43
    # warning RequireThis Reference to instance variable 'trackBuffer' needs "this.". 691 44
    # warning RequireThis Reference to instance variable 'trackBuffer' needs "this.". 705 44
    # warning RequireThis Reference to instance variable 'leftToRightCache' needs "this.". 955 19
    # warning RequireThis Reference to instance variable 'currentMouseY' needs "this.". 1702 33
    # warning RequireThis Reference to instance variable 'currentMouseY' needs "this.". 1706 44
    # warning RequireThis Reference to instance variable 'currentMouseX' needs "this.". 1712 43
    # warning RequireThis Reference to instance variable 'currentMouseX' needs "this.". 1716 33
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 1756 43
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 1778 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/basic/BasicSpinnerUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nextButton' needs "this.". 864 22
    # warning RequireThis Reference to instance variable 'previousButton' needs "this.". 867 27
    # warning RequireThis Reference to instance variable 'editor' needs "this.". 870 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/basic/BasicSplitPaneDivider.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'splitPane' needs "this.". 312 30
    # warning RequireThis Reference to instance variable 'splitPane' needs "BasicSplitPaneDivider.this.". 535 35
    # warning RequireThis Reference to instance variable 'splitPane' needs "BasicSplitPaneDivider.this.". 577 38
    # warning RequireThis Reference to instance variable 'hiddenDivider' needs "BasicSplitPaneDivider.this.". 586 43
    # warning RequireThis Reference to instance variable 'splitPane' needs "BasicSplitPaneDivider.this.". 608 38
    # warning RequireThis Reference to instance variable 'hiddenDivider' needs "BasicSplitPaneDivider.this.". 617 43
    # warning RequireThis Reference to instance variable 'initialX' needs "this.". 706 37
    # warning RequireThis Reference to instance variable 'minX' needs "this.". 736 28
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 757 57
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 769 54
    # warning RequireThis Reference to instance variable 'oneTouchOffset' needs "BasicSplitPaneDivider.this.". 919 55
    # warning RequireThis Reference to instance variable 'oneTouchOffset' needs "BasicSplitPaneDivider.this.". 921 56
    # warning RequireThis Reference to instance variable 'oneTouchOffset' needs "BasicSplitPaneDivider.this.". 942 58
    # warning RequireThis Reference to instance variable 'oneTouchOffset' needs "BasicSplitPaneDivider.this.". 944 59

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/basic/BasicSplitPaneUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'layoutManager' needs "this.". 441 37
    # warning RequireThis Reference to instance variable 'splitPane' needs "this.". 1046 18
    # warning RequireThis Reference to instance variable 'lastSplitPaneSize' needs "this.". 1330 39
    # warning RequireThis Reference to instance variable 'lastSplitPaneSize' needs "this.". 1342 39
    # warning RequireThis Reference to instance variable 'lastSplitPaneSize' needs "this.". 1343 49
    # warning RequireThis Reference to instance variable 'nonContinuousLayoutDivider' needs "BasicSplitPaneUI.this.". 1802 41
    # warning RequireThis Reference to instance variable 'splitPane' needs "BasicSplitPaneUI.this.". 2039 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/basic/BasicTabbedPaneUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxTabHeight' needs "this.". 634 44
    # warning RequireThis Reference to instance variable 'baseline' needs "this.". 759 39
    # warning RequireThis Reference to instance variable 'tabPane' needs "this.". 1617 52
    # warning RequireThis Reference to instance variable 'runCount' needs "this.". 1650 29
    # warning RequireThis Reference to instance variable 'textIconGap' needs "this.". 1755 48
    # warning RequireThis Reference to instance variable 'maxTabWidth' needs "this.". 2026 90
    # warning RequireThis Reference to instance variable 'maxTabWidth' needs "this.". 2032 88
    # warning RequireThis Reference to instance variable 'maxTabWidth' needs "this.". 2042 88
    # warning RequireThis Reference to instance variable 'maxTabWidth' needs "this.". 2045 90
    # warning RequireThis Reference to instance variable 'maxTabHeight' needs "this.". 2056 90
    # warning RequireThis Reference to instance variable 'maxTabHeight' needs "this.". 2059 92
    # warning RequireThis Reference to instance variable 'maxTabHeight' needs "this.". 2070 92
    # warning RequireThis Reference to instance variable 'maxTabHeight' needs "this.". 2075 90
    # warning RequireThis Reference to instance variable 'runCount' needs "this.". 2123 28
    # warning RequireThis Reference to instance variable 'tabContainer' needs "BasicTabbedPaneUI.this.". 2478 33
    # warning RequireThis Reference to instance variable 'maxTabWidth' needs "BasicTabbedPaneUI.this.". 2573 73
    # warning RequireThis Reference to instance variable 'maxTabHeight' needs "BasicTabbedPaneUI.this.". 2580 76
    # warning RequireThis Reference to instance variable 'runCount' needs "BasicTabbedPaneUI.this.". 2738 37
    # warning RequireThis Reference to instance variable 'scrollForwardButton' needs "this.". 3425 38
    # warning RequireThis Reference to instance variable 'leadingTabIndex' needs "this.". 3444 50
    # warning RequireThis Reference to instance variable 'tabViewPosition' needs "this.". 3445 52
    # warning RequireThis Reference to instance variable 'tabContainer' needs "BasicTabbedPaneUI.this.". 3888 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/basic/BasicTableHeaderUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mouseXOffset' needs "this.". 215 41
    # warning RequireThis Reference to instance variable 'mouseXOffset' needs "this.". 224 48
    # warning RequireThis Reference to instance variable 'rolloverColumn' needs "this.". 448 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/basic/BasicTableUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'leadRow' needs "this.". 443 44
    # warning RequireThis Reference to instance variable 'leadColumn' needs "this.". 463 47
    # warning RequireThis Reference to instance variable 'pressedRow' needs "this.". 1187 48
    # warning RequireThis Reference to instance variable 'pressedCol' needs "this.". 1188 51

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/basic/BasicTextUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'i18nView' needs "this.". 1853 48
    # warning RequireThis Reference to instance variable 'p1' needs "this.". 2398 27
    # warning RequireThis Reference to instance variable 'exportComp' needs "this.". 2464 44
    # warning RequireThis Reference to instance variable 'p0' needs "this.". 2464 65
    # warning RequireThis Reference to instance variable 'p1' needs "this.". 2464 78

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/basic/BasicToolBarUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'focusedCompIndex' needs "this.". 368 30
    # warning RequireThis Reference to instance variable 'focusedCompIndex' needs "this.". 389 30
    # warning RequireThis Reference to instance variable 'toolBar' needs "this.". 906 43
    # warning RequireThis Reference to instance variable 'dockingSensitivity' needs "this.". 934 23
    # warning RequireThis Reference to instance variable 'dockingSensitivity' needs "this.". 938 39
    # warning RequireThis Reference to instance variable 'dockingSensitivity' needs "this.". 942 23
    # warning RequireThis Reference to instance variable 'dockingSensitivity' needs "this.". 945 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/basic/BasicTreeUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'rightChildIndent' needs "this.". 297 46
    # warning RequireThis Reference to instance variable 'rightChildIndent' needs "this.". 309 46
    # warning RequireThis Reference to instance variable 'totalChildIndent' needs "this.". 1312 55
    # warning RequireThis Reference to instance variable 'depthOffset' needs "this.". 1664 44
    # warning RequireThis Reference to instance variable 'cellEditor' needs "this.". 1766 25
    # warning RequireThis Reference to instance variable 'destination' needs "this.". 3154 41
    # warning RequireThis Reference to instance variable 'lastTime' needs "this.". 3296 28
    # warning RequireThis Reference to instance variable 'timeFactor' needs "BasicTreeUI.this.". 3296 39
    # warning RequireThis Reference to instance variable 'treeSelectionModel' needs "BasicTreeUI.this.". 3368 38
    # warning RequireThis Reference to instance variable 'tree' needs "BasicTreeUI.this.". 3371 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/basic/DragRecognitionSupport.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'component' needs "this.". 141 31
    # warning RequireThis Reference to instance variable 'component' needs "this.". 159 31
    # warning RequireThis Reference to instance variable 'motionThreshold' needs "this.". 166 19
    # warning RequireThis Reference to instance variable 'motionThreshold' needs "this.". 166 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/metal/MetalFileChooserUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'topMargin' needs "this.". 1182 54
    # warning RequireThis Reference to instance variable 'hGap' needs "this.". 1223 62

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/metal/MetalInternalFrameTitlePane.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'buttonsWidth' needs "this.". 334 34
    # warning RequireThis Reference to instance variable 'buttonsWidth' needs "this.". 462 34
    # warning RequireThis Reference to instance variable 'buttonsWidth' needs "this.". 465 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/metal/MetalRootPaneUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dragOffsetX' needs "this.". 831 57
    # warning RequireThis Reference to instance variable 'dragOffsetY' needs "this.". 832 57
    # warning RequireThis Reference to instance variable 'dragOffsetX' needs "this.". 841 62
    # warning RequireThis Reference to instance variable 'dragOffsetY' needs "this.". 845 66
    # warning RequireThis Reference to instance variable 'dragOffsetY' needs "this.". 849 45
    # warning RequireThis Reference to instance variable 'dragOffsetY' needs "this.". 850 37
    # warning RequireThis Reference to instance variable 'dragOffsetX' needs "this.". 853 43
    # warning RequireThis Reference to instance variable 'dragOffsetX' needs "this.". 854 37
    # warning RequireThis Reference to instance variable 'dragOffsetY' needs "this.". 857 46
    # warning RequireThis Reference to instance variable 'dragOffsetX' needs "this.". 858 48
    # warning RequireThis Reference to instance variable 'dragOffsetY' needs "this.". 859 37
    # warning RequireThis Reference to instance variable 'dragOffsetX' needs "this.". 863 48
    # warning RequireThis Reference to instance variable 'dragOffsetY' needs "this.". 864 49
    # warning RequireThis Reference to instance variable 'dragOffsetX' needs "this.". 868 43
    # warning RequireThis Reference to instance variable 'dragOffsetY' needs "this.". 869 35
    # warning RequireThis Reference to instance variable 'dragOffsetX' needs "this.". 870 37
    # warning RequireThis Reference to instance variable 'dragOffsetY' needs "this.". 871 37
    # warning RequireThis Reference to instance variable 'dragOffsetX' needs "this.". 874 43
    # warning RequireThis Reference to instance variable 'dragOffsetX' needs "this.". 875 37
    # warning RequireThis Reference to instance variable 'dragOffsetY' needs "this.". 876 49

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/metal/MetalSliderUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'TICK_BUFFER' needs "this.". 481 77
    # warning RequireThis Reference to instance variable 'TICK_BUFFER' needs "this.". 482 22
    # warning RequireThis Reference to instance variable 'safeLength' needs "this.". 550 55

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/metal/MetalTitlePane.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'buttonsWidth' needs "this.". 769 34
    # warning RequireThis Reference to instance variable 'buttonsWidth' needs "this.". 772 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/metal/MetalToolTipUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'acceleratorDelimiter' needs "this.". 189 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/metal/MetalUtils.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'w' needs "this.". 305 49
    # warning RequireThis Reference to instance variable 'h' needs "this.". 312 49
    # warning RequireThis Reference to instance variable 'factor' needs "this.". 427 55
    # warning RequireThis Reference to instance variable 'min' needs "this.". 427 64

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/nimbus/AbstractRegionPainter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'leftWidth' needs "this.". 235 24
    # warning RequireThis Reference to instance variable 'centerWidth' needs "this.". 237 29
    # warning RequireThis Reference to instance variable 'leftWidth' needs "this.". 237 44
    # warning RequireThis Reference to instance variable 'rightWidth' needs "this.". 239 29
    # warning RequireThis Reference to instance variable 'leftWidth' needs "this.". 239 43
    # warning RequireThis Reference to instance variable 'centerWidth' needs "this.". 239 55
    # warning RequireThis Reference to instance variable 'topHeight' needs "this.". 256 24
    # warning RequireThis Reference to instance variable 'centerHeight' needs "this.". 258 29
    # warning RequireThis Reference to instance variable 'topHeight' needs "this.". 258 45
    # warning RequireThis Reference to instance variable 'bottomHeight' needs "this.". 260 29
    # warning RequireThis Reference to instance variable 'topHeight' needs "this.". 260 45
    # warning RequireThis Reference to instance variable 'centerHeight' needs "this.". 260 57
    # warning RequireThis Reference to instance variable 'leftScale' needs "this.". 279 39
    # warning RequireThis Reference to instance variable 'centerHScale' needs "this.". 281 39
    # warning RequireThis Reference to instance variable 'rightScale' needs "this.". 283 39
    # warning RequireThis Reference to instance variable 'topScale' needs "this.". 302 39
    # warning RequireThis Reference to instance variable 'centerVScale' needs "this.". 304 39
    # warning RequireThis Reference to instance variable 'bottomScale' needs "this.". 306 39
    # warning RequireThis Reference to instance variable 'a' needs "this.". 565 63
    # warning RequireThis Reference to instance variable 'c' needs "this.". 568 58
    # warning RequireThis Reference to instance variable 'f' needs "this.". 596 45
    # warning RequireThis Reference to instance variable 'centerWidth' needs "this.". 597 40
    # warning RequireThis Reference to instance variable 'f' needs "this.". 600 46
    # warning RequireThis Reference to instance variable 'centerHeight' needs "this.". 601 34
    # warning RequireThis Reference to instance variable 'f' needs "this.". 605 33
    # warning RequireThis Reference to instance variable 'f' needs "this.". 606 71
    # warning RequireThis Reference to instance variable 'leftWidth' needs "this.". 607 31
    # warning RequireThis Reference to instance variable 'rightWidth' needs "this.". 607 43
    # warning RequireThis Reference to instance variable 'f' needs "this.". 608 33
    # warning RequireThis Reference to instance variable 'f' needs "this.". 609 74
    # warning RequireThis Reference to instance variable 'topHeight' needs "this.". 610 32
    # warning RequireThis Reference to instance variable 'bottomHeight' needs "this.". 610 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/nimbus/DerivedColor.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'hOffset' needs "this.". 84 37
    # warning RequireThis Reference to instance variable 'sOffset' needs "this.". 85 37
    # warning RequireThis Reference to instance variable 'bOffset' needs "this.". 86 37
    # warning RequireThis Reference to instance variable 'aOffset' needs "this.". 87 48
    # warning RequireThis Reference to instance variable 'hOffset' needs "this.". 130 32
    # warning RequireThis Reference to instance variable 'sOffset' needs "this.". 132 32
    # warning RequireThis Reference to instance variable 'bOffset' needs "this.". 134 32
    # warning RequireThis Reference to instance variable 'aOffset' needs "this.". 136 32
    # warning RequireThis Reference to instance variable 'uiDefaultParentName' needs "this.". 170 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/nimbus/ImageCache.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxSingleImagePixelSize' needs "this.". 96 26
    # warning RequireThis Reference to instance variable 'maxPixelCount' needs "this.". 152 37
    # warning RequireThis Reference to instance variable 'maxPixelCount' needs "this.". 160 37
    # warning RequireThis Reference to instance variable 'maxPixelCount' needs "this.". 162 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/nimbus/NimbusIcon.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'key' needs "this.". 61 71
    # warning RequireThis Reference to instance variable 'key' needs "this.". 143 74

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/nimbus/NimbusLookAndFeel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'state' needs "this.". 537 49
    # warning RequireThis Reference to instance variable 'suffix' needs "this.". 537 60
    # warning RequireThis Reference to instance variable 'suffix' needs "this.". 541 58

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/nimbus/State.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'state' needs "this.". 173 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/synth/ParsedSynthStyle.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable '_method' needs "this.". 262 45
    # warning RequireThis Reference to instance variable '_direction' needs "this.". 263 17
    # warning RequireThis Reference to instance variable '_painter' needs "this.". 263 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/synth/SynthDesktopPaneUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'taskBar' needs "this.". 99 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/synth/SynthEditorPaneUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'localTrue' needs "this.". 91 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/synth/SynthInternalFrameTitlePane.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'systemPopupMenu' needs "this.". 155 56
    # warning RequireThis Reference to instance variable 'titleSpacing' needs "this.". 261 48
    # warning RequireThis Reference to instance variable 'titleSpacing' needs "this.". 265 28
    # warning RequireThis Reference to instance variable 'titleSpacing' needs "this.". 268 24
    # warning RequireThis Reference to instance variable 'titleSpacing' needs "this.". 273 28
    # warning RequireThis Reference to instance variable 'titleSpacing' needs "this.". 276 53
    # warning RequireThis Reference to instance variable 'titleSpacing' needs "this.". 278 44
    # warning RequireThis Reference to instance variable 'buttonSpacing' needs "SynthInternalFrameTitlePane.this.". 399 54
    # warning RequireThis Reference to instance variable 'titleSpacing' needs "SynthInternalFrameTitlePane.this.". 422 37
    # warning RequireThis Reference to instance variable 'buttonSpacing' needs "SynthInternalFrameTitlePane.this.". 442 32
    # warning RequireThis Reference to instance variable 'buttonSpacing' needs "SynthInternalFrameTitlePane.this.". 444 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/synth/SynthMenuItemUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'style' needs "this.". 97 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/synth/SynthMenuUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'style' needs "this.". 80 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/synth/SynthProgressBarUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'progressPadding' needs "this.". 251 43
    # warning RequireThis Reference to instance variable 'progressPadding' needs "this.". 252 42
    # warning RequireThis Reference to instance variable 'progressPadding' needs "this.". 254 50
    # warning RequireThis Reference to instance variable 'progressPadding' needs "this.". 255 51
    # warning RequireThis Reference to instance variable 'progressPadding' needs "this.". 257 49
    # warning RequireThis Reference to instance variable 'progressPadding' needs "this.". 258 52
    # warning RequireThis Reference to instance variable 'progressPadding' needs "this.". 262 35
    # warning RequireThis Reference to instance variable 'progressPadding' needs "this.". 265 43
    # warning RequireThis Reference to instance variable 'progressPadding' needs "this.". 267 50
    # warning RequireThis Reference to instance variable 'progressPadding' needs "this.". 268 50
    # warning RequireThis Reference to instance variable 'progressPadding' needs "this.". 270 49
    # warning RequireThis Reference to instance variable 'progressPadding' needs "this.". 271 52
    # warning RequireThis Reference to instance variable 'progressPadding' needs "this.". 273 31
    # warning RequireThis Reference to instance variable 'progressPadding' needs "this.". 282 29
    # warning RequireThis Reference to instance variable 'progressPadding' needs "this.". 283 29
    # warning RequireThis Reference to instance variable 'progressPadding' needs "this.". 284 37
    # warning RequireThis Reference to instance variable 'progressPadding' needs "this.". 284 55
    # warning RequireThis Reference to instance variable 'progressPadding' needs "this.". 285 39
    # warning RequireThis Reference to instance variable 'progressPadding' needs "this.". 285 57
    # warning RequireThis Reference to instance variable 'tileWidth' needs "this.". 293 50
    # warning RequireThis Reference to instance variable 'tileWidth' needs "this.". 298 30
    # warning RequireThis Reference to instance variable 'tileWidth' needs "this.". 304 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/synth/SynthSliderUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'trackHeight' needs "this.". 265 51
    # warning RequireThis Reference to instance variable 'trackBorder' needs "this.". 573 61
    # warning RequireThis Reference to instance variable 'trackBorder' needs "this.". 575 15
    # warning RequireThis Reference to instance variable 'trackBorder' needs "this.". 602 56
    # warning RequireThis Reference to instance variable 'trackBorder' needs "this.". 604 17
    # warning RequireThis Reference to instance variable 'trackBorder' needs "this.". 632 61
    # warning RequireThis Reference to instance variable 'trackBorder' needs "this.". 634 38
    # warning RequireThis Reference to instance variable 'trackBorder' needs "this.". 661 61
    # warning RequireThis Reference to instance variable 'trackBorder' needs "this.". 663 37
    # warning RequireThis Reference to instance variable 'trackBorder' needs "SynthSliderUI.this.". 955 41
    # warning RequireThis Reference to instance variable 'trackBorder' needs "SynthSliderUI.this.". 976 64
    # warning RequireThis Reference to instance variable 'trackBorder' needs "SynthSliderUI.this.". 978 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/synth/SynthSpinnerUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nextButton' needs "this.". 369 22
    # warning RequireThis Reference to instance variable 'previousButton' needs "this.". 372 27
    # warning RequireThis Reference to instance variable 'editor' needs "this.". 375 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/synth/SynthToolBarUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'style' needs "this.". 112 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/plaf/synth/SynthTreeUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'padding' needs "this.". 682 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/table/DefaultTableColumnModel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'columnMargin' needs "this.". 222 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/table/JTableHeader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'draggedDistance' needs "this.". 738 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/text/AbstractDocument.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'currWriter' needs "this.". 1333 47
    # warning RequireThis Reference to instance variable 'nchildren' needs "this.". 2349 25
    # warning RequireThis Reference to instance variable 'nchildren' needs "this.". 2462 44
    # warning RequireThis Reference to instance variable 'p0' needs "this.". 2519 56
    # warning RequireThis Reference to instance variable 'p1' needs "this.". 2519 67

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/text/AsyncBoxView.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'minorSpan' needs "this.". 565 31
    # warning RequireThis Reference to instance variable 'majorSpan' needs "AsyncBoxView.this.". 1080 36
    # warning RequireThis Reference to instance variable 'minorSpan' needs "AsyncBoxView.this.". 1319 23
    # warning RequireThis Reference to instance variable 'minorSpan' needs "AsyncBoxView.this.". 1330 23
    # warning RequireThis Reference to instance variable 'max' needs "this.". 1333 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/text/BoxView.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'majorAxis' needs "this.". 106 40
    # warning RequireThis Reference to instance variable 'majorAxis' needs "this.". 128 21
    # warning RequireThis Reference to instance variable 'majorAxis' needs "this.". 143 21
    # warning RequireThis Reference to instance variable 'majorAxis' needs "this.". 299 21
    # warning RequireThis Reference to instance variable 'majorAxis' needs "this.". 322 21
    # warning RequireThis Reference to instance variable 'minorSpan' needs "this.". 337 33
    # warning RequireThis Reference to instance variable 'majorAxis' needs "this.". 380 21
    # warning RequireThis Reference to instance variable 'majorAxis' needs "this.". 525 21
    # warning RequireThis Reference to instance variable 'majorAxis' needs "this.". 548 21
    # warning RequireThis Reference to instance variable 'majorAxis' needs "this.". 571 21
    # warning RequireThis Reference to instance variable 'majorAxis' needs "this.". 594 21
    # warning RequireThis Reference to instance variable 'majorAxis' needs "this.". 928 21
    # warning RequireThis Reference to instance variable 'majorAxis' needs "this.". 1100 34
    # warning RequireThis Reference to instance variable 'majorAxis' needs "this.". 1111 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/text/DefaultCaret.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'selectionVisible' needs "this.". 849 20
    # warning RequireThis Reference to instance variable 'mark' needs "this.". 854 29
    # warning RequireThis Reference to instance variable 'dot' needs "this.". 1434 30
    # warning RequireThis Reference to instance variable 'dotBias' needs "this.". 1434 43
    # warning RequireThis Reference to instance variable 'mark' needs "this.". 1435 26
    # warning RequireThis Reference to instance variable 'markBias' needs "this.". 1435 40
    # warning RequireThis Reference to instance variable 'dot' needs "DefaultCaret.this.". 1667 39
    # warning RequireThis Reference to instance variable 'mark' needs "DefaultCaret.this.". 1667 63
    # warning RequireThis Reference to instance variable 'dot' needs "DefaultCaret.this.". 1748 38
    # warning RequireThis Reference to instance variable 'mark' needs "DefaultCaret.this.". 1748 61

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/text/DefaultHighlighter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'width' needs "this.". 550 38
    # warning RequireThis Reference to instance variable 'height' needs "this.". 551 39
    # warning RequireThis Reference to instance variable 'lastDoc' needs "this.". 639 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/text/DefaultStyledDocument.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fracturedParent' needs "this.". 1588 37
    # warning RequireThis Reference to instance variable 'length' needs "this.". 1620 51
    # warning RequireThis Reference to instance variable 'length' needs "this.". 1634 32
    # warning RequireThis Reference to instance variable 'endOffset' needs "this.". 2373 40
    # warning RequireThis Reference to instance variable 'endOffset' needs "this.". 2401 48
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 2440 46
    # warning RequireThis Reference to instance variable 'endOffset' needs "this.". 2452 44
    # warning RequireThis Reference to instance variable 'added' needs "this.". 2504 36
    # warning RequireThis Reference to instance variable 'removed' needs "this.". 2504 60

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/text/GapVector.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'g0' needs "this.". 160 28
    # warning RequireThis Reference to instance variable 'g0' needs "this.". 161 20
    # warning RequireThis Reference to instance variable 'g0' needs "this.". 168 32
    # warning RequireThis Reference to instance variable 'g0' needs "this.". 190 28
    # warning RequireThis Reference to instance variable 'g0' needs "this.". 192 28
    # warning RequireThis Reference to instance variable 'g0' needs "this.". 202 28
    # warning RequireThis Reference to instance variable 'g0' needs "this.". 255 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/text/GlyphView.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 344 52
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 355 52
    # warning RequireThis Reference to instance variable 'length' needs "this.". 355 61

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/text/JTextComponent.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'editable' needs "this.". 1802 18
    # warning RequireThis Reference to instance variable 'index' needs "this.". 3908 33
    # warning RequireThis Reference to instance variable 'bias' needs "this.". 3909 32
    # warning RequireThis Reference to instance variable 'nm' needs "this.". 4231 32
    # warning RequireThis Reference to instance variable 'bindings' needs "this.". 4231 43
    # warning RequireThis Reference to instance variable 'dot' needs "this.". 4422 29
    # warning RequireThis Reference to instance variable 'mark' needs "this.". 4422 51

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/text/ParagraphView.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'firstLineIndent' needs "this.". 594 52
    # warning RequireThis Reference to instance variable 'firstLineIndent' needs "this.". 600 55
    # warning RequireThis Reference to instance variable 'firstLineIndent' needs "this.". 603 47
    # warning RequireThis Reference to instance variable 'lineSpacing' needs "ParagraphView.this.". 1189 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/text/PlainView.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sel1' needs "this.". 111 25
    # warning RequireThis Reference to instance variable 'unselected' needs "this.". 111 45
    # warning RequireThis Reference to instance variable 'sel0' needs "this.". 114 31
    # warning RequireThis Reference to instance variable 'sel1' needs "this.". 114 45
    # warning RequireThis Reference to instance variable 'sel0' needs "this.". 114 61
    # warning RequireThis Reference to instance variable 'sel1' needs "this.". 114 75
    # warning RequireThis Reference to instance variable 'tabBase' needs "this.". 509 34
    # warning RequireThis Reference to instance variable 'tabSize' needs "this.". 509 45
    # warning RequireThis Reference to instance variable 'tabSize' needs "this.". 510 41
    # warning RequireThis Reference to instance variable 'longLine' needs "this.". 548 39
    # warning RequireThis Reference to instance variable 'longLine' needs "this.". 565 26
    # warning RequireThis Reference to instance variable 'longLine' needs "this.". 572 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/text/Segment.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'count' needs "this.". 149 24
    # warning RequireThis Reference to instance variable 'count' needs "this.". 165 42
    # warning RequireThis Reference to instance variable 'count' needs "this.". 182 28
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 199 20
    # warning RequireThis Reference to instance variable 'count' needs "this.". 216 28
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 217 25
    # warning RequireThis Reference to instance variable 'count' needs "this.". 243 25
    # warning RequireThis Reference to instance variable 'count' needs "this.". 263 25
    # warning RequireThis Reference to instance variable 'count' needs "this.". 285 19

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/text/StringContent.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'count' needs "this.". 97 22
    # warning RequireThis Reference to instance variable 'count' needs "this.". 118 31
    # warning RequireThis Reference to instance variable 'count' needs "this.". 141 27
    # warning RequireThis Reference to instance variable 'count' needs "this.". 157 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/text/StyleContext.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'attributes' needs "this.". 1289 54

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/text/StyledEditorKit.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'currentRun' needs "StyledEditorKit.this.". 249 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/text/WrappedPlainView.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sel1' needs "this.". 138 25
    # warning RequireThis Reference to instance variable 'unselected' needs "this.". 138 45
    # warning RequireThis Reference to instance variable 'sel0' needs "this.". 141 31
    # warning RequireThis Reference to instance variable 'sel1' needs "this.". 141 45
    # warning RequireThis Reference to instance variable 'sel0' needs "this.". 141 61
    # warning RequireThis Reference to instance variable 'sel1' needs "this.". 141 75
    # warning RequireThis Reference to instance variable 'tabBase' needs "this.". 337 32
    # warning RequireThis Reference to instance variable 'tabSize' needs "this.". 337 43
    # warning RequireThis Reference to instance variable 'tabSize' needs "this.". 338 41
    # warning RequireThis Reference to instance variable 'lineCount' needs "this.". 592 33
    # warning RequireThis Reference to instance variable 'lineCount' needs "this.". 687 29
    # warning RequireThis Reference to instance variable 'lineCount' needs "this.". 733 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/text/ZoneView.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxZoneSize' needs "this.". 271 31
    # warning RequireThis Reference to instance variable 'maxZoneSize' needs "this.". 313 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/text/html/CSS.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'value' needs "this.". 2723 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/text/html/CSSBorder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'factor' needs "this.". 347 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/text/html/FrameSetView.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'percentTotals' needs "this.". 146 54
    # warning RequireThis Reference to instance variable 'relativeTotals' needs "this.". 251 56

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/text/html/HRuleView.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'rightMargin' needs "this.". 119 54
    # warning RequireThis Reference to instance variable 'topMargin' needs "this.". 183 59
    # warning RequireThis Reference to instance variable 'bottomMargin' needs "this.". 184 21
    # warning RequireThis Reference to instance variable 'topMargin' needs "this.". 187 60
    # warning RequireThis Reference to instance variable 'bottomMargin' needs "this.". 188 25
    # warning RequireThis Reference to instance variable 'topMargin' needs "this.". 190 56
    # warning RequireThis Reference to instance variable 'bottomMargin' needs "this.". 190 67

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/text/html/HTMLDocument.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'endOffset' needs "this.". 1952 46
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 1956 73
    # warning RequireThis Reference to instance variable 'threshold' needs "this.". 3652 38
    # warning RequireThis Reference to instance variable 'pushDepth' needs "this.". 3755 38
    # warning RequireThis Reference to instance variable 'popDepth' needs "this.". 3938 45
    # warning RequireThis Reference to instance variable 'pushDepth' needs "this.". 3943 45
    # warning RequireThis Reference to instance variable 'popDepth' needs "this.". 3950 35
    # warning RequireThis Reference to instance variable 'pushDepth' needs "this.". 3950 46
    # warning RequireThis Reference to instance variable 'inBlock' needs "this.". 3950 58
    # warning RequireThis Reference to instance variable 'maxLength' needs "this.". 4175 62

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/text/html/HTMLWriter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'preEndOffset' needs "this.". 503 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/text/html/ImageView.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'borderSize' needs "this.". 271 58
    # warning RequireThis Reference to instance variable 'borderSize' needs "this.". 273 58
    # warning RequireThis Reference to instance variable 'leftInset' needs "this.". 357 33
    # warning RequireThis Reference to instance variable 'topInset' needs "this.". 357 53
    # warning RequireThis Reference to instance variable 'leftInset' needs "this.". 358 37
    # warning RequireThis Reference to instance variable 'rightInset' needs "this.". 358 49
    # warning RequireThis Reference to instance variable 'topInset' needs "this.". 359 38
    # warning RequireThis Reference to instance variable 'bottomInset' needs "this.". 359 49
    # warning RequireThis Reference to instance variable 'leftInset' needs "this.". 370 38
    # warning RequireThis Reference to instance variable 'topInset' needs "this.". 370 58
    # warning RequireThis Reference to instance variable 'leftInset' needs "this.". 375 43
    # warning RequireThis Reference to instance variable 'topInset' needs "this.". 375 63
    # warning RequireThis Reference to instance variable 'leftInset' needs "this.". 383 34
    # warning RequireThis Reference to instance variable 'topInset' needs "this.". 383 54
    # warning RequireThis Reference to instance variable 'leftInset' needs "this.". 391 31
    # warning RequireThis Reference to instance variable 'topInset' needs "this.". 391 67
    # warning RequireThis Reference to instance variable 'leftInset' needs "this.". 392 35
    # warning RequireThis Reference to instance variable 'rightInset' needs "this.". 392 47
    # warning RequireThis Reference to instance variable 'topInset' needs "this.". 393 36
    # warning RequireThis Reference to instance variable 'bottomInset' needs "this.". 393 47
    # warning RequireThis Reference to instance variable 'borderSize' needs "this.". 419 39
    # warning RequireThis Reference to instance variable 'borderSize' needs "this.". 420 38
    # warning RequireThis Reference to instance variable 'leftInset' needs "this.". 448 28
    # warning RequireThis Reference to instance variable 'rightInset' needs "this.". 448 40
    # warning RequireThis Reference to instance variable 'topInset' needs "this.". 452 29
    # warning RequireThis Reference to instance variable 'bottomInset' needs "this.". 452 40
    # warning RequireThis Reference to instance variable 'leftInset' needs "this.". 460 32
    # warning RequireThis Reference to instance variable 'rightInset' needs "this.". 460 44
    # warning RequireThis Reference to instance variable 'topInset' needs "this.". 462 33
    # warning RequireThis Reference to instance variable 'bottomInset' needs "this.". 462 44
    # warning RequireThis Reference to instance variable 'leftInset' needs "this.". 476 51
    # warning RequireThis Reference to instance variable 'rightInset' needs "this.". 476 63
    # warning RequireThis Reference to instance variable 'topInset' needs "this.". 478 52
    # warning RequireThis Reference to instance variable 'bottomInset' needs "this.". 478 63
    # warning RequireThis Reference to instance variable 'leftInset' needs "this.". 567 75
    # warning RequireThis Reference to instance variable 'rightInset' needs "this.". 567 87
    # warning RequireThis Reference to instance variable 'bottomInset' needs "this.". 568 71
    # warning RequireThis Reference to instance variable 'image' needs "ImageView.this.". 866 24
    # warning RequireThis Reference to instance variable 'disabledImage' needs "ImageView.this.". 866 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/text/html/Map.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 317 27
    # warning RequireThis Reference to instance variable 'x1' needs "this.". 317 38
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 318 27
    # warning RequireThis Reference to instance variable 'y1' needs "this.". 318 38
    # warning RequireThis Reference to instance variable 'radiusSquared' needs "this.". 478 54

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/text/html/OptionListModel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'minIndex' needs "this.". 87 26
    # warning RequireThis Reference to instance variable 'maxIndex' needs "this.". 87 48
    # warning RequireThis Reference to instance variable 'maxIndex' needs "this.". 91 28
    # warning RequireThis Reference to instance variable 'minIndex' needs "this.". 206 18
    # warning RequireThis Reference to instance variable 'maxIndex' needs "this.". 207 54
    # warning RequireThis Reference to instance variable 'maxIndex' needs "this.". 219 18
    # warning RequireThis Reference to instance variable 'maxIndex' needs "this.". 220 54
    # warning RequireThis Reference to instance variable 'maxIndex' needs "this.". 444 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/text/html/StyleSheet.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'bottomMargin' needs "this.". 1887 36
    # warning RequireThis Reference to instance variable 'bottomMargin' needs "this.". 1902 30
    # warning RequireThis Reference to instance variable 'start' needs "this.". 2147 31
    # warning RequireThis Reference to instance variable 'bulletgap' needs "this.". 2257 63
    # warning RequireThis Reference to instance variable 'bulletgap' needs "this.". 2258 47
    # warning RequireThis Reference to instance variable 'bulletgap' needs "this.". 2279 65
    # warning RequireThis Reference to instance variable 'bulletgap' needs "this.". 2309 56
    # warning RequireThis Reference to instance variable 'bulletgap' needs "this.". 2310 47
    # warning RequireThis Reference to instance variable 'hPosition' needs "this.". 2511 44
    # warning RequireThis Reference to instance variable 'hPosition' needs "this.". 2512 50
    # warning RequireThis Reference to instance variable 'vPosition' needs "this.". 2518 44
    # warning RequireThis Reference to instance variable 'vPosition' needs "this.". 2519 51
    # warning RequireThis Reference to instance variable 'paintMaxX' needs "this.". 2541 41
    # warning RequireThis Reference to instance variable 'paintMaxY' needs "this.". 2543 44
    # warning RequireThis Reference to instance variable 'paintMaxX' needs "this.". 2579 49
    # warning RequireThis Reference to instance variable 'paintX' needs "this.". 2580 52
    # warning RequireThis Reference to instance variable 'paintX' needs "this.". 2584 65
    # warning RequireThis Reference to instance variable 'paintX' needs "this.". 2585 63
    # warning RequireThis Reference to instance variable 'paintX' needs "this.". 2588 34
    # warning RequireThis Reference to instance variable 'paintX' needs "this.". 2589 44
    # warning RequireThis Reference to instance variable 'paintX' needs "this.". 2589 70
    # warning RequireThis Reference to instance variable 'paintMaxY' needs "this.". 2593 50
    # warning RequireThis Reference to instance variable 'paintY' needs "this.". 2594 53
    # warning RequireThis Reference to instance variable 'paintY' needs "this.". 2598 66
    # warning RequireThis Reference to instance variable 'paintY' needs "this.". 2599 65
    # warning RequireThis Reference to instance variable 'paintY' needs "this.". 2602 34
    # warning RequireThis Reference to instance variable 'paintY' needs "this.". 2603 44
    # warning RequireThis Reference to instance variable 'paintY' needs "this.". 2603 72
    # warning RequireThis Reference to instance variable 'extendedIndex' needs "this.". 2800 29
    # warning RequireThis Reference to instance variable 'extendedIndex' needs "this.". 2820 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/text/html/TableView.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cellSpacing' needs "this.". 561 32
    # warning RequireThis Reference to instance variable 'borderWidth' needs "this.". 561 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/text/html/parser/ContentModelState.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'value' needs "this.". 80 29
    # warning RequireThis Reference to instance variable 'value' needs "this.". 128 34
    # warning RequireThis Reference to instance variable 'value' needs "this.". 160 36
    # warning RequireThis Reference to instance variable 'value' needs "this.". 220 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/text/html/parser/Parser.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'strpos' needs "this.". 797 29
    # warning RequireThis Reference to instance variable 'ch' needs "this.". 915 40
    # warning RequireThis Reference to instance variable 'textpos' needs "this.". 1150 35
    # warning RequireThis Reference to instance variable 'textpos' needs "this.". 1152 30
    # warning RequireThis Reference to instance variable 'ch' needs "this.". 1980 49
    # warning RequireThis Reference to instance variable 'ch' needs "this.". 1981 63
    # warning RequireThis Reference to instance variable 'crCount' needs "this.". 2196 26
    # warning RequireThis Reference to instance variable 'crlfCount' needs "this.". 2197 28
    # warning RequireThis Reference to instance variable 'lfCount' needs "this.". 2205 27
    # warning RequireThis Reference to instance variable 'len' needs "this.". 2288 20

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/text/html/parser/TagStack.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numLines' needs "this.". 177 27
    # warning RequireThis Reference to instance variable 'numLines' needs "this.". 188 31
    # warning RequireThis Reference to instance variable 'numLines' needs "this.". 197 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/text/rtf/RTFAttributes.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'rtfDefault' needs "this.". 232 33
    # warning RequireThis Reference to instance variable 'rtfDefault' needs "this.". 250 49
    # warning RequireThis Reference to instance variable 'scale' needs "this.". 381 52
    # warning RequireThis Reference to instance variable 'rtfDefault' needs "this.". 392 55
    # warning RequireThis Reference to instance variable 'scale' needs "this.". 393 52
    # warning RequireThis Reference to instance variable 'rtfDefault' needs "this.". 393 62
    # warning RequireThis Reference to instance variable 'scale' needs "this.". 415 61
    # warning RequireThis Reference to instance variable 'rtfDefault' needs "this.". 416 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/text/rtf/RTFGenerator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fontCount' needs "this.". 331 28
    # warning RequireThis Reference to instance variable 'colorCount' needs "this.". 352 32
    # warning RequireThis Reference to instance variable 'unicodeCount' needs "this.". 909 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/text/rtf/RTFParser.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'S_text' needs "this.". 131 18
    # warning RequireThis Reference to instance variable 'S_text' needs "this.". 134 40
    # warning RequireThis Reference to instance variable 'pendingKeyword' needs "this.". 220 45
    # warning RequireThis Reference to instance variable 'pendingKeyword' needs "this.". 252 43
    # warning RequireThis Reference to instance variable 'currentCharacters' needs "this.". 253 34
    # warning RequireThis Reference to instance variable 'S_text' needs "this.". 303 18
    # warning RequireThis Reference to instance variable 'S_text' needs "this.". 316 18

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/text/rtf/RTFReader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'rtfDestination' needs "this.". 247 32
    # warning RequireThis Reference to instance variable 'STYLENUMBER_NONE' needs "this.". 986 28
    # warning RequireThis Reference to instance variable 'STYLENUMBER_NONE' needs "this.". 1013 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/tree/DefaultMutableTreeNode.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'allowsChildren' needs "this.". 308 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/tree/DefaultTreeCellEditor.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 465 56
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 470 55
    # warning RequireThis Reference to instance variable 'offset' needs "DefaultTreeCellEditor.this.". 724 48
    # warning RequireThis Reference to instance variable 'offset' needs "DefaultTreeCellEditor.this.". 727 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/tree/DefaultTreeModel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'root' needs "this.". 409 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/tree/DefaultTreeSelectionModel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'selectionMode' needs "this.". 158 23
    # warning RequireThis Reference to instance variable 'leadPath' needs "this.". 1110 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/tree/FixedHeightLayoutCache.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'root' needs "this.". 374 43
    # warning RequireThis Reference to instance variable 'root' needs "this.". 484 32
    # warning RequireThis Reference to instance variable 'row' needs "this.". 902 46
    # warning RequireThis Reference to instance variable 'childIndex' needs "this.". 903 54
    # warning RequireThis Reference to instance variable 'row' needs "this.". 1042 57
    # warning RequireThis Reference to instance variable 'childCount' needs "this.". 1077 30
    # warning RequireThis Reference to instance variable 'childCount' needs "this.". 1387 37
    # warning RequireThis Reference to instance variable 'root' needs "FixedHeightLayoutCache.this.". 1548 26
    # warning RequireThis Reference to instance variable 'childCount' needs "this.". 1587 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/tree/VariableHeightLayoutCache.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'root' needs "this.". 438 41
    # warning RequireThis Reference to instance variable 'root' needs "this.". 484 58
    # warning RequireThis Reference to instance variable 'root' needs "this.". 504 49
    # warning RequireThis Reference to instance variable 'root' needs "this.". 554 60
    # warning RequireThis Reference to instance variable 'root' needs "this.". 591 49
    # warning RequireThis Reference to instance variable 'root' needs "this.". 638 31
    # warning RequireThis Reference to instance variable 'root' needs "this.". 782 35
    # warning RequireThis Reference to instance variable 'root' needs "VariableHeightLayoutCache.this.". 1224 24
    # warning RequireThis Reference to instance variable 'root' needs "VariableHeightLayoutCache.this.". 1508 33
    # warning RequireThis Reference to instance variable 'root' needs "VariableHeightLayoutCache.this.". 1717 26
    # warning RequireThis Reference to instance variable 'childCount' needs "this.". 1753 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/undo/AbstractUndoableEdit.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'hasBeenDone' needs "this.". 275 34
    # warning RequireThis Reference to instance variable 'alive' needs "this.". 276 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/undo/CompoundEdit.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'inProgress' needs "this.". 259 33
    # warning RequireThis Reference to instance variable 'edits' needs "this.". 260 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/undo/UndoManager.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 191 24
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 201 45
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 621 48
    # warning RequireThis Reference to instance variable 'indexOfNextAdd' needs "this.". 622 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/javax/swing/undo/UndoableEditSupport.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'updateLevel' needs "this.". 172 32
    # warning RequireThis Reference to instance variable 'listeners' needs "this.". 173 30
    # warning RequireThis Reference to instance variable 'compoundEdit' needs "this.". 174 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/org/jcp/xml/dsig/internal/dom/DOMHMACSignatureMethod.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'outputLength' needs "this.". 95 23
    # warning RequireThis Reference to instance variable 'outputLength' needs "this.". 108 65

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/org/jcp/xml/dsig/internal/dom/DOMReference.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'uri' needs "this.". 313 61

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/applet/AppletEvent.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'id' needs "this.". 58 77
    # warning RequireThis Reference to instance variable 'arg' needs "this.". 60 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/applet/AppletEventMulticaster.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'a' needs "this.". 96 21
    # warning RequireThis Reference to instance variable 'b' needs "this.". 97 21
    # warning RequireThis Reference to instance variable 'a' needs "this.". 100 19
    # warning RequireThis Reference to instance variable 'b' needs "this.". 100 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/applet/AppletPanel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'loaderThread' needs "this.". 373 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/applet/AppletSecurity.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mainAppContext' needs "this.". 315 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/AWTAutoShutdown.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'toolkitThreadBusy' needs "this.". 248 21
    # warning RequireThis Reference to instance variable 'toolkitThreadBusy' needs "this.". 251 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/AppContext.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'THREAD_INTERRUPT_TIMEOUT' needs "this.". 459 36
    # warning RequireThis Reference to instance variable 'THREAD_INTERRUPT_TIMEOUT' needs "this.". 474 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/CausedFocusEvent.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cause' needs "this.". 63 75

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/FontConfiguration.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'alphabeticSuffix' needs "this.". 867 51

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/FontDescriptor.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nativeName' needs "this.". 92 42
    # warning RequireThis Reference to instance variable 'encoder' needs "this.". 92 61

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/GlobalCursorManager.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastUpdateMillis' needs "this.". 107 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/HorizBagLayout.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'hgap' needs "this.". 84 40
    # warning RequireThis Reference to instance variable 'hgap' needs "this.". 110 40
    # warning RequireThis Reference to instance variable 'hgap' needs "this.". 143 35
    # warning RequireThis Reference to instance variable 'hgap' needs "this.". 152 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/Mutex.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'owner' needs "this.". 33 49
    # warning RequireThis Reference to instance variable 'owner' needs "this.". 51 39
    # warning RequireThis Reference to instance variable 'owner' needs "this.". 60 53

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/OSInfo.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'major' needs "this.". 177 25
    # warning RequireThis Reference to instance variable 'minor' needs "this.". 177 33
    # warning RequireThis Reference to instance variable 'minor' needs "this.". 181 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/OrientableFlowLayout.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'vHGap' needs "this.". 217 35
    # warning RequireThis Reference to instance variable 'vVGap' needs "this.". 239 53
    # warning RequireThis Reference to instance variable 'vVGap' needs "this.". 254 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/VariableGridLayout.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'hgap' needs "this.". 191 32
    # warning RequireThis Reference to instance variable 'vgap' needs "this.". 192 32
    # warning RequireThis Reference to instance variable 'vgap' needs "this.". 205 34
    # warning RequireThis Reference to instance variable 'hgap' needs "this.". 207 29
    # warning RequireThis Reference to instance variable 'hgap' needs "this.". 224 50
    # warning RequireThis Reference to instance variable 'vgap' needs "this.". 224 68
    # warning RequireThis Reference to instance variable 'rows' needs "this.". 225 51
    # warning RequireThis Reference to instance variable 'cols' needs "this.". 225 69

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/VerticalBagLayout.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'vgap' needs "this.". 87 42
    # warning RequireThis Reference to instance variable 'vgap' needs "this.". 114 42
    # warning RequireThis Reference to instance variable 'vgap' needs "this.". 147 35
    # warning RequireThis Reference to instance variable 'vgap' needs "this.". 156 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/datatransfer/DataTransferer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 1953 26
    # warning RequireThis Reference to instance variable 'index' needs "this.". 1986 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/datatransfer/SunClipboard.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'contentsContext' needs "this.". 158 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/dnd/SunDragSourceContextPeer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dispatchType' needs "this.". 498 53

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/dnd/SunDropTargetContextPeer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'currentDT' needs "this.". 386 19
    # warning RequireThis Reference to instance variable 'currentDTC' needs "this.". 454 24
    # warning RequireThis Reference to instance variable 'dropAction' needs "this.". 810 63

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/geom/Crossings.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ylo' needs "this.". 67 43
    # warning RequireThis Reference to instance variable 'yhi' needs "this.". 67 52
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 68 29
    # warning RequireThis Reference to instance variable 'xhi' needs "this.". 207 19
    # warning RequireThis Reference to instance variable 'xhi' needs "this.". 207 32
    # warning RequireThis Reference to instance variable 'xlo' needs "this.". 211 27
    # warning RequireThis Reference to instance variable 'xlo' needs "this.". 211 40
    # warning RequireThis Reference to instance variable 'ylo' needs "this.". 216 18
    # warning RequireThis Reference to instance variable 'xhi' needs "this.". 230 23
    # warning RequireThis Reference to instance variable 'xhi' needs "this.". 230 38
    # warning RequireThis Reference to instance variable 'xlo' needs "this.". 233 22
    # warning RequireThis Reference to instance variable 'xlo' needs "this.". 233 36
    # warning RequireThis Reference to instance variable 'ylo' needs "this.". 243 18
    # warning RequireThis Reference to instance variable 'ylo' needs "this.". 243 37
    # warning RequireThis Reference to instance variable 'ylo' needs "this.". 243 56
    # warning RequireThis Reference to instance variable 'yhi' needs "this.". 246 18
    # warning RequireThis Reference to instance variable 'yhi' needs "this.". 246 37
    # warning RequireThis Reference to instance variable 'yhi' needs "this.". 246 56
    # warning RequireThis Reference to instance variable 'xhi' needs "this.". 249 18
    # warning RequireThis Reference to instance variable 'xhi' needs "this.". 249 37
    # warning RequireThis Reference to instance variable 'xhi' needs "this.". 249 56
    # warning RequireThis Reference to instance variable 'xlo' needs "this.". 252 18
    # warning RequireThis Reference to instance variable 'xlo' needs "this.". 252 37
    # warning RequireThis Reference to instance variable 'xlo' needs "this.". 252 56
    # warning RequireThis Reference to instance variable 'ylo' needs "this.". 273 18
    # warning RequireThis Reference to instance variable 'ylo' needs "this.". 273 37
    # warning RequireThis Reference to instance variable 'ylo' needs "this.". 274 25
    # warning RequireThis Reference to instance variable 'ylo' needs "this.". 274 44
    # warning RequireThis Reference to instance variable 'yhi' needs "this.". 278 18
    # warning RequireThis Reference to instance variable 'yhi' needs "this.". 278 37
    # warning RequireThis Reference to instance variable 'yhi' needs "this.". 279 25
    # warning RequireThis Reference to instance variable 'yhi' needs "this.". 279 44
    # warning RequireThis Reference to instance variable 'xhi' needs "this.". 283 18
    # warning RequireThis Reference to instance variable 'xhi' needs "this.". 283 37
    # warning RequireThis Reference to instance variable 'xhi' needs "this.". 284 25
    # warning RequireThis Reference to instance variable 'xhi' needs "this.". 284 44
    # warning RequireThis Reference to instance variable 'xlo' needs "this.". 288 18
    # warning RequireThis Reference to instance variable 'xlo' needs "this.". 288 37
    # warning RequireThis Reference to instance variable 'xlo' needs "this.". 289 25
    # warning RequireThis Reference to instance variable 'xlo' needs "this.". 289 44
    # warning RequireThis Reference to instance variable 'limit' needs "Crossings.this.". 325 27
    # warning RequireThis Reference to instance variable 'limit' needs "Crossings.this.". 329 27
    # warning RequireThis Reference to instance variable 'limit' needs "Crossings.this.". 376 37
    # warning RequireThis Reference to instance variable 'limit' needs "Crossings.this.". 403 24
    # warning RequireThis Reference to instance variable 'limit' needs "Crossings.this.". 459 26
    # warning RequireThis Reference to instance variable 'limit' needs "Crossings.this.". 462 23
    # warning RequireThis Reference to instance variable 'limit' needs "Crossings.this.". 472 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/geom/CurveLink.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ytop' needs "this.". 42 55
    # warning RequireThis Reference to instance variable 'ybot' needs "this.". 42 65
    # warning RequireThis Reference to instance variable 'ybot' needs "this.". 65 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/geom/Edge.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastEdge' needs "this.". 77 22
    # warning RequireThis Reference to instance variable 'lastLimit' needs "this.". 77 46
    # warning RequireThis Reference to instance variable 'lastLimit' needs "this.". 78 29
    # warning RequireThis Reference to instance variable 'curve' needs "this.". 117 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/geom/Order1.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'x1' needs "this.". 103 19
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 103 30
    # warning RequireThis Reference to instance variable 'y1' needs "this.". 106 18
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 110 27
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 110 39
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 110 51
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 114 18
    # warning RequireThis Reference to instance variable 'y1' needs "this.". 117 18
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 120 21
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 120 33
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 124 31
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 128 31
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 134 35
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 136 26
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 145 35
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 147 26
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 202 23
    # warning RequireThis Reference to instance variable 'y1' needs "this.". 202 37
    # warning RequireThis Reference to instance variable 'x1' needs "this.". 205 19
    # warning RequireThis Reference to instance variable 'x1' needs "this.". 208 27
    # warning RequireThis Reference to instance variable 'y1' needs "this.". 209 29
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 210 41
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 211 37
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 269 27
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 270 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/geom/Order2.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 243 18
    # warning RequireThis Reference to instance variable 'y1' needs "this.". 246 18
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 253 18
    # warning RequireThis Reference to instance variable 'y1' needs "this.". 256 18
    # warning RequireThis Reference to instance variable 'xcoeff1' needs "this.". 345 31
    # warning RequireThis Reference to instance variable 'xcoeff0' needs "this.". 345 46
    # warning RequireThis Reference to instance variable 'ycoeff1' needs "this.". 349 31
    # warning RequireThis Reference to instance variable 'ycoeff0' needs "this.". 349 46
    # warning RequireThis Reference to instance variable 'xcoeff1' needs "this.". 355 35
    # warning RequireThis Reference to instance variable 'xcoeff0' needs "this.". 355 50
    # warning RequireThis Reference to instance variable 'xcoeff2' needs "this.". 357 24
    # warning RequireThis Reference to instance variable 'xcoeff1' needs "this.". 357 38
    # warning RequireThis Reference to instance variable 'xcoeff2' needs "this.". 359 24
    # warning RequireThis Reference to instance variable 'ycoeff1' needs "this.". 368 35
    # warning RequireThis Reference to instance variable 'ycoeff0' needs "this.". 368 50
    # warning RequireThis Reference to instance variable 'ycoeff2' needs "this.". 370 24
    # warning RequireThis Reference to instance variable 'ycoeff1' needs "this.". 370 38
    # warning RequireThis Reference to instance variable 'ycoeff2' needs "this.". 372 24
    # warning RequireThis Reference to instance variable 'xcoeff2' needs "this.". 379 36
    # warning RequireThis Reference to instance variable 'xcoeff2' needs "this.". 388 36
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 397 23
    # warning RequireThis Reference to instance variable 'y1' needs "this.". 398 25
    # warning RequireThis Reference to instance variable 'y1' needs "this.". 405 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/geom/Order3.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 334 18
    # warning RequireThis Reference to instance variable 'y1' needs "this.". 335 18
    # warning RequireThis Reference to instance variable 'YforT1' needs "this.". 336 18
    # warning RequireThis Reference to instance variable 'YforT2' needs "this.". 337 18
    # warning RequireThis Reference to instance variable 'YforT3' needs "this.". 338 18
    # warning RequireThis Reference to instance variable 'ycoeff3' needs "this.". 344 30
    # warning RequireThis Reference to instance variable 'ycoeff3' needs "this.". 345 30
    # warning RequireThis Reference to instance variable 'ycoeff3' needs "this.". 346 36
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 484 18
    # warning RequireThis Reference to instance variable 'y1' needs "this.". 487 18
    # warning RequireThis Reference to instance variable 'xcoeff2' needs "this.". 494 34
    # warning RequireThis Reference to instance variable 'xcoeff1' needs "this.". 494 49
    # warning RequireThis Reference to instance variable 'xcoeff0' needs "this.". 494 64
    # warning RequireThis Reference to instance variable 'ycoeff2' needs "this.". 498 34
    # warning RequireThis Reference to instance variable 'ycoeff1' needs "this.". 498 49
    # warning RequireThis Reference to instance variable 'ycoeff0' needs "this.". 498 64
    # warning RequireThis Reference to instance variable 'xcoeff2' needs "this.". 504 38
    # warning RequireThis Reference to instance variable 'xcoeff1' needs "this.". 504 53
    # warning RequireThis Reference to instance variable 'xcoeff0' needs "this.". 504 68
    # warning RequireThis Reference to instance variable 'xcoeff3' needs "this.". 506 26
    # warning RequireThis Reference to instance variable 'xcoeff2' needs "this.". 506 45
    # warning RequireThis Reference to instance variable 'xcoeff1' needs "this.". 506 60
    # warning RequireThis Reference to instance variable 'xcoeff3' needs "this.". 508 25
    # warning RequireThis Reference to instance variable 'xcoeff2' needs "this.". 508 44
    # warning RequireThis Reference to instance variable 'xcoeff3' needs "this.". 510 24
    # warning RequireThis Reference to instance variable 'ycoeff2' needs "this.". 519 38
    # warning RequireThis Reference to instance variable 'ycoeff1' needs "this.". 519 53
    # warning RequireThis Reference to instance variable 'ycoeff0' needs "this.". 519 68
    # warning RequireThis Reference to instance variable 'ycoeff3' needs "this.". 521 26
    # warning RequireThis Reference to instance variable 'ycoeff2' needs "this.". 521 45
    # warning RequireThis Reference to instance variable 'ycoeff1' needs "this.". 521 60
    # warning RequireThis Reference to instance variable 'ycoeff3' needs "this.". 523 25
    # warning RequireThis Reference to instance variable 'ycoeff2' needs "this.". 523 44
    # warning RequireThis Reference to instance variable 'ycoeff3' needs "this.". 525 24
    # warning RequireThis Reference to instance variable 'xcoeff2' needs "this.". 532 38
    # warning RequireThis Reference to instance variable 'xcoeff3' needs "this.". 532 51
    # warning RequireThis Reference to instance variable 'xcoeff2' needs "this.". 544 38
    # warning RequireThis Reference to instance variable 'xcoeff3' needs "this.". 544 51
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 556 23
    # warning RequireThis Reference to instance variable 'y1' needs "this.". 556 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/im/InputContext.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'inputMethod' needs "this.". 381 40
    # warning RequireThis Reference to instance variable 'currentClientComponent' needs "this.". 389 93
    # warning RequireThis Reference to instance variable 'currentClientComponent' needs "this.". 615 30
    # warning RequireThis Reference to instance variable 'awtFocussedComponent' needs "this.". 623 26
    # warning RequireThis Reference to instance variable 'currentClientComponent' needs "this.". 627 26
    # warning RequireThis Reference to instance variable 'inputMethod' needs "this.". 920 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/im/InputMethodLocator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'locale' needs "this.". 128 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/image/ByteBandedRaster.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 156 38
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 244 28
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 291 29
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 341 29
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 384 48
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 386 29
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 426 28
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 520 29
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 566 29
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 607 29
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 757 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/image/ByteComponentRaster.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 182 29
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 182 49
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 194 39
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 194 59
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 275 28
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 276 28
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 324 29
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 325 29
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 373 29
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 374 29
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 431 48
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 433 29
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 434 29
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 472 28
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 473 28
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 537 60
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 592 29
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 593 29
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 652 29
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 653 29
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 705 29
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 706 29
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 883 31
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 883 58

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/image/ByteInterleavedRaster.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dbOffsetPacked' needs "this.". 841 49
    # warning RequireThis Reference to instance variable 'dbOffset' needs "this.". 845 61
    # warning RequireThis Reference to instance variable 'dbOffsetPacked' needs "this.". 857 49
    # warning RequireThis Reference to instance variable 'dbOffset' needs "this.". 865 61

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/image/BytePackedRaster.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pixelBitStride' needs "this.". 185 38
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 185 63
    # warning RequireThis Reference to instance variable 'pixelBitStride' needs "this.". 187 31
    # warning RequireThis Reference to instance variable 'pixelBitStride' needs "this.". 256 49
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 258 39
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 332 32
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 403 32
    # warning RequireThis Reference to instance variable 'pixelBitStride' needs "this.". 513 49
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 514 32
    # warning RequireThis Reference to instance variable 'pixelBitStride' needs "this.". 536 60
    # warning RequireThis Reference to instance variable 'pixelBitStride' needs "this.". 594 32
    # warning RequireThis Reference to instance variable 'pixelBitStride' needs "this.". 805 61
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 921 34
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 1042 32
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 1152 34
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 1372 39
    # warning RequireThis Reference to instance variable 'pixelBitStride' needs "this.". 1373 38
    # warning RequireThis Reference to instance variable 'pixelBitStride' needs "this.". 1374 26
    # warning RequireThis Reference to instance variable 'pixelBitStride' needs "this.". 1381 35
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 1382 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/image/DataBufferNative.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'width' needs "this.". 75 28
    # warning RequireThis Reference to instance variable 'width' needs "this.". 75 39
    # warning RequireThis Reference to instance variable 'width' needs "this.". 89 21
    # warning RequireThis Reference to instance variable 'width' needs "this.". 89 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/image/GifImageDecoder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'global_height' needs "this.". 366 26
    # warning RequireThis Reference to instance variable 'global_width' needs "this.". 386 26
    # warning RequireThis Reference to instance variable 'global_width' needs "this.". 395 23
    # warning RequireThis Reference to instance variable 'trans_pixel' needs "this.". 401 43
    # warning RequireThis Reference to instance variable 'trans_pixel' needs "this.". 416 43
    # warning RequireThis Reference to instance variable 'num_global_colors' needs "this.". 530 32
    # warning RequireThis Reference to instance variable 'global_height' needs "this.". 552 51
    # warning RequireThis Reference to instance variable 'global_height' needs "this.". 557 27
    # warning RequireThis Reference to instance variable 'global_width' needs "this.". 561 37
    # warning RequireThis Reference to instance variable 'delay' needs "this.". 668 57
    # warning RequireThis Reference to instance variable 'disposal_method' needs "this.". 679 56
    # warning RequireThis Reference to instance variable 'width' needs "this.". 689 21
    # warning RequireThis Reference to instance variable 'x' needs "this.". 690 40
    # warning RequireThis Reference to instance variable 'height' needs "this.". 699 25
    # warning RequireThis Reference to instance variable 'y' needs "this.". 700 46
    # warning RequireThis Reference to instance variable 'x' needs "this.". 714 50
    # warning RequireThis Reference to instance variable 'width' needs "this.". 732 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/image/ImageConsumerQueue.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'consumer' needs "this.". 89 23
    # warning RequireThis Reference to instance variable 'securityContext' needs "this.". 91 51

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/image/ImageRepresentation.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numSrcLUT' needs "this.". 439 35
    # warning RequireThis Reference to instance variable 'srcModel' needs "this.". 464 34
    # warning RequireThis Reference to instance variable 'cmodel' needs "this.". 567 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/image/IntegerComponentRaster.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 204 47
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 285 28
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 286 28
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 333 29
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 334 29
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 373 28
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 374 28
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 447 56
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 452 41
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 505 29
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 506 29
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 651 31
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 651 58

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/image/OffScreenImageSource.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'theConsumer' needs "this.". 70 23
    # warning RequireThis Reference to instance variable 'height' needs "this.". 100 35
    # warning RequireThis Reference to instance variable 'height' needs "this.". 109 35
    # warning RequireThis Reference to instance variable 'width' needs "this.". 111 39
    # warning RequireThis Reference to instance variable 'height' needs "this.". 123 35
    # warning RequireThis Reference to instance variable 'height' needs "this.". 135 35
    # warning RequireThis Reference to instance variable 'height' needs "this.". 143 35
    # warning RequireThis Reference to instance variable 'width' needs "this.". 145 39
    # warning RequireThis Reference to instance variable 'height' needs "this.". 154 35
    # warning RequireThis Reference to instance variable 'width' needs "this.". 156 39
    # warning RequireThis Reference to instance variable 'height' needs "this.". 173 31
    # warning RequireThis Reference to instance variable 'width' needs "this.". 174 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/image/PNGImageDecoder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'bitDepth' needs "this.". 332 48
    # warning RequireThis Reference to instance variable 'width' needs "this.". 352 66
    # warning RequireThis Reference to instance variable 'height' needs "this.". 361 30
    # warning RequireThis Reference to instance variable 'width' needs "this.". 374 34
    # warning RequireThis Reference to instance variable 'transparentPixel' needs "this.". 398 50
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 666 29
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 667 58
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 668 31
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 670 28
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 675 70
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 682 18
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 684 18
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 687 48
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 688 23
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 692 22
    # warning RequireThis Reference to instance variable 'chunkLength' needs "this.". 712 67
    # warning RequireThis Reference to instance variable 'chunkLength' needs "this.". 714 33
    # warning RequireThis Reference to instance variable 'chunkLength' needs "this.". 749 30
    # warning RequireThis Reference to instance variable 'whiteX' needs "this.". 797 44
    # warning RequireThis Reference to instance variable 'whiteY' needs "this.". 797 55
    # warning RequireThis Reference to instance variable 'redX' needs "this.". 798 17
    # warning RequireThis Reference to instance variable 'redY' needs "this.". 798 26
    # warning RequireThis Reference to instance variable 'greenX' needs "this.". 799 17
    # warning RequireThis Reference to instance variable 'greenY' needs "this.". 799 28
    # warning RequireThis Reference to instance variable 'blueX' needs "this.". 800 17
    # warning RequireThis Reference to instance variable 'blueY' needs "this.". 800 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/image/ShortBandedRaster.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 153 38
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 241 28
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 286 29
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 336 29
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 380 49
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 382 29
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 421 28
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 518 29
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 564 29
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 605 29
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 756 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/image/ShortComponentRaster.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 182 29
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 182 49
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 194 47
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 274 28
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 275 28
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 322 29
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 323 29
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 372 30
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 373 30
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 432 29
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 433 29
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 470 28
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 471 28
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 568 29
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 569 29
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 613 30
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 614 30
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 666 29
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 667 29
    # warning RequireThis Reference to instance variable 'scanlineStride' needs "this.". 817 31
    # warning RequireThis Reference to instance variable 'pixelStride' needs "this.". 817 58

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/image/URLImageSource.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'url' needs "this.". 129 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/image/VolatileSurfaceManager.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sdPrevious' needs "this.". 218 27
    # warning RequireThis Reference to instance variable 'sdAccel' needs "this.". 305 54
    # warning RequireThis Reference to instance variable 'sdAccel' needs "VolatileSurfaceManager.this.". 387 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/util/IdentityArrayList.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 222 29
    # warning RequireThis Reference to instance variable 'size' needs "this.". 289 24
    # warning RequireThis Reference to instance variable 'size' needs "this.". 293 24
    # warning RequireThis Reference to instance variable 'size' needs "this.". 399 37
    # warning RequireThis Reference to instance variable 'size' needs "this.". 429 29
    # warning RequireThis Reference to instance variable 'size' needs "this.". 521 22
    # warning RequireThis Reference to instance variable 'size' needs "this.". 529 21
    # warning RequireThis Reference to instance variable 'size' needs "this.". 539 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/awt/util/IdentityLinkedList.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'header' needs "this.". 230 45
    # warning RequireThis Reference to instance variable 'size' needs "this.". 271 34
    # warning RequireThis Reference to instance variable 'size' needs "this.". 273 60
    # warning RequireThis Reference to instance variable 'size' needs "this.". 280 38
    # warning RequireThis Reference to instance variable 'header' needs "this.". 298 21
    # warning RequireThis Reference to instance variable 'size' needs "this.". 349 36
    # warning RequireThis Reference to instance variable 'size' needs "this.". 369 35
    # warning RequireThis Reference to instance variable 'size' needs "this.". 371 60
    # warning RequireThis Reference to instance variable 'header' needs "this.". 399 42
    # warning RequireThis Reference to instance variable 'header' needs "this.". 421 46
    # warning RequireThis Reference to instance variable 'header' needs "this.". 618 49
    # warning RequireThis Reference to instance variable 'size' needs "IdentityLinkedList.this.". 659 38
    # warning RequireThis Reference to instance variable 'size' needs "IdentityLinkedList.this.". 661 64
    # warning RequireThis Reference to instance variable 'size' needs "IdentityLinkedList.this.". 674 33
    # warning RequireThis Reference to instance variable 'size' needs "IdentityLinkedList.this.". 679 30
    # warning RequireThis Reference to instance variable 'lastReturned' needs "this.". 718 23
    # warning RequireThis Reference to instance variable 'header' needs "IdentityLinkedList.this.". 727 33
    # warning RequireThis Reference to instance variable 'expectedModCount' needs "this.". 742 29
    # warning RequireThis Reference to instance variable 'header' needs "this.". 769 18
    # warning RequireThis Reference to instance variable 'header' needs "this.". 820 45
    # warning RequireThis Reference to instance variable 'size' needs "this.". 864 24
    # warning RequireThis Reference to instance variable 'header' needs "this.". 869 45
    # warning RequireThis Reference to instance variable 'size' needs "this.". 872 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/beans/editors/ColorEditor.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'hPad' needs "this.". 48 39
    # warning RequireThis Reference to instance variable 'hPad' needs "this.". 53 27
    # warning RequireThis Reference to instance variable 'hPad' needs "this.". 62 27
    # warning RequireThis Reference to instance variable 'text' needs "this.". 77 25
    # warning RequireThis Reference to instance variable 'choser' needs "this.". 111 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/font/AttributeValues.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'baselineTransform' needs "this.". 545 28
    # warning RequireThis Reference to instance variable 'charTransform' needs "this.". 545 59

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/font/CMap.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'segCount' needs "this.". 492 29
    # warning RequireThis Reference to instance variable 'segCount' needs "this.". 496 29
    # warning RequireThis Reference to instance variable 'segCount' needs "this.". 500 29
    # warning RequireThis Reference to instance variable 'segCount' needs "this.". 504 29
    # warning RequireThis Reference to instance variable 'segCount' needs "this.". 601 54
    # warning RequireThis Reference to instance variable 'entryCount' needs "this.". 850 31
    # warning RequireThis Reference to instance variable 'entryCount' needs "this.". 866 46
    # warning RequireThis Reference to instance variable 'entryCount' needs "this.". 924 31
    # warning RequireThis Reference to instance variable 'firstCode' needs "this.". 935 42
    # warning RequireThis Reference to instance variable 'entryCount' needs "this.". 936 38
    # warning RequireThis Reference to instance variable 'numGroups' needs "this.". 968 29
    # warning RequireThis Reference to instance variable 'power' needs "this.". 1003 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/font/CharToGlyphMapper.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'missingGlyph' needs "this.". 56 25
    # warning RequireThis Reference to instance variable 'missingGlyph' needs "this.". 61 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/font/CompositeFont.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numSlots' needs "this.". 113 33
    # warning RequireThis Reference to instance variable 'numSlots' needs "this.". 281 31
    # warning RequireThis Reference to instance variable 'numMetricsSlots' needs "this.". 294 21
    # warning RequireThis Reference to instance variable 'numSlots' needs "this.". 375 21
    # warning RequireThis Reference to instance variable 'numSlots' needs "this.". 397 25
    # warning RequireThis Reference to instance variable 'numSlots' needs "this.". 453 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/font/CoreMetrics.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ssOffset' needs "this.". 70 46
    # warning RequireThis Reference to instance variable 'ascent' needs "this.". 111 37
    # warning RequireThis Reference to instance variable 'descent' needs "this.". 113 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/font/Decoration.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fgPaint' needs "this.". 433 59
    # warning RequireThis Reference to instance variable 'bgPaint' needs "this.". 434 60
    # warning RequireThis Reference to instance variable 'stdUnderline' needs "this.". 437 70
    # warning RequireThis Reference to instance variable 'imUnderline' needs "this.". 438 68

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/font/FileFontStrike.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'intPtSize' needs "this.". 262 61
    # warning RequireThis Reference to instance variable 'useNatives' needs "this.". 263 38
    # warning RequireThis Reference to instance variable 'fileFont' needs "this.". 387 42
    # warning RequireThis Reference to instance variable 'intPtSize' needs "this.". 388 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/font/FontDesignMetrics.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'descent' needs "this.". 575 37
    # warning RequireThis Reference to instance variable 'leading' needs "this.". 575 47
    # warning RequireThis Reference to instance variable 'descent' needs "this.". 576 37
    # warning RequireThis Reference to instance variable 'descent' needs "this.". 586 60
    # warning RequireThis Reference to instance variable 'leading' needs "this.". 586 70

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/font/FontFamily.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'familyRank' needs "this.". 109 30
    # warning RequireThis Reference to instance variable 'familyRank' needs "this.". 115 58
    # warning RequireThis Reference to instance variable 'familyName' needs "this.". 289 31
    # warning RequireThis Reference to instance variable 'plain' needs "this.". 290 23
    # warning RequireThis Reference to instance variable 'bold' needs "this.". 291 24
    # warning RequireThis Reference to instance variable 'italic' needs "this.". 292 26
    # warning RequireThis Reference to instance variable 'bolditalic' needs "this.". 293 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/font/FontStrikeDesc.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'valuemask' needs "this.". 82 64
    # warning RequireThis Reference to instance variable 'style' needs "this.". 243 41
    # warning RequireThis Reference to instance variable 'aaHint' needs "this.". 243 55
    # warning RequireThis Reference to instance variable 'fmHint' needs "this.". 243 70
    # warning RequireThis Reference to instance variable 'devTx' needs "this.". 244 23
    # warning RequireThis Reference to instance variable 'glyphTx' needs "this.". 244 54

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/font/GlyphLayout.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable '_count' needs "this.". 574 41
    # warning RequireThis Reference to instance variable '_offset' needs "GlyphLayout.this.". 664 53

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/font/GlyphList.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxPosLen' needs "this.". 165 35
    # warning RequireThis Reference to instance variable 'maxLen' needs "this.". 170 34
    # warning RequireThis Reference to instance variable 'gposx' needs "this.". 332 64
    # warning RequireThis Reference to instance variable 'gposy' needs "this.". 333 64
    # warning RequireThis Reference to instance variable 'len' needs "this.". 476 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/font/GraphicComponent.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'graphicCount' needs "this.". 137 54
    # warning RequireThis Reference to instance variable 'graphicCount' needs "this.". 144 48
    # warning RequireThis Reference to instance variable 'graphicCount' needs "this.". 217 29
    # warning RequireThis Reference to instance variable 'graphicCount' needs "this.". 237 27
    # warning RequireThis Reference to instance variable 'graphicAdvance' needs "this.". 295 36
    # warning RequireThis Reference to instance variable 'graphicCount' needs "this.". 312 40
    # warning RequireThis Reference to instance variable 'graphicCount' needs "this.". 319 33
    # warning RequireThis Reference to instance variable 'graphicCount' needs "this.". 328 34
    # warning RequireThis Reference to instance variable 'graphicCount' needs "this.". 333 36
    # warning RequireThis Reference to instance variable 'graphic' needs "this.". 342 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/font/LayoutPathImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'px' needs "this.". 211 22
    # warning RequireThis Reference to instance variable 'py' needs "this.". 211 33
    # warning RequireThis Reference to instance variable 'px' needs "this.". 239 33
    # warning RequireThis Reference to instance variable 'py' needs "this.". 240 33
    # warning RequireThis Reference to instance variable 'sx' needs "this.". 699 27
    # warning RequireThis Reference to instance variable 'sx' needs "this.". 702 68
    # warning RequireThis Reference to instance variable 'lx' needs "this.". 706 68
    # warning RequireThis Reference to instance variable 'lx' needs "this.". 714 68
    # warning RequireThis Reference to instance variable 'sx' needs "this.". 718 68
    # warning RequireThis Reference to instance variable 'ux' needs "this.". 799 56
    # warning RequireThis Reference to instance variable 'uy' needs "this.". 799 71
    # warning RequireThis Reference to instance variable 'uy' needs "this.". 800 56
    # warning RequireThis Reference to instance variable 'ux' needs "this.". 800 71
    # warning RequireThis Reference to instance variable 'ux' needs "this.". 802 56
    # warning RequireThis Reference to instance variable 'uy' needs "this.". 802 71
    # warning RequireThis Reference to instance variable 'uy' needs "this.". 803 56
    # warning RequireThis Reference to instance variable 'ux' needs "this.". 803 71
    # warning RequireThis Reference to instance variable 'cx' needs "this.". 807 31
    # warning RequireThis Reference to instance variable 'cy' needs "this.". 807 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/font/ScriptRun.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'textLimit' needs "this.". 157 28
    # warning RequireThis Reference to instance variable 'parenSP' needs "this.". 210 38
    # warning RequireThis Reference to instance variable 'textLimit' needs "this.". 246 28
    # warning RequireThis Reference to instance variable 'textLimit' needs "this.". 250 66

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/font/StandardGlyphVector.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dx' needs "this.". 1774 42
    # warning RequireThis Reference to instance variable 'dy' needs "this.". 1776 42
    # warning RequireThis Reference to instance variable 'dx' needs "this.". 1783 33
    # warning RequireThis Reference to instance variable 'dy' needs "this.". 1784 33
    # warning RequireThis Reference to instance variable 'dx' needs "this.". 1806 55
    # warning RequireThis Reference to instance variable 'dy' needs "this.". 1807 55
    # warning RequireThis Reference to instance variable 'dx' needs "this.". 1817 58
    # warning RequireThis Reference to instance variable 'dy' needs "this.". 1817 66
    # warning RequireThis Reference to instance variable 'dx' needs "this.". 1821 71
    # warning RequireThis Reference to instance variable 'dy' needs "this.". 1821 79

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/font/StandardTextSource.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'len' needs "this.". 191 55
    # warning RequireThis Reference to instance variable 'clen' needs "this.". 226 28
    # warning RequireThis Reference to instance variable 'len' needs "this.". 230 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/font/StrikeMetrics.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ascentX' needs "this.". 132 30
    # warning RequireThis Reference to instance variable 'ascentY' needs "this.". 135 30
    # warning RequireThis Reference to instance variable 'descentX' needs "this.". 138 31
    # warning RequireThis Reference to instance variable 'descentY' needs "this.". 141 31
    # warning RequireThis Reference to instance variable 'baselineX' needs "this.". 144 32
    # warning RequireThis Reference to instance variable 'baselineY' needs "this.". 147 32
    # warning RequireThis Reference to instance variable 'leadingX' needs "this.". 150 31
    # warning RequireThis Reference to instance variable 'leadingY' needs "this.". 153 31
    # warning RequireThis Reference to instance variable 'maxAdvanceX' needs "this.". 156 34
    # warning RequireThis Reference to instance variable 'maxAdvanceY' needs "this.". 159 34
    # warning RequireThis Reference to instance variable 'ascentX' needs "this.". 193 35
    # warning RequireThis Reference to instance variable 'ascentY' needs "this.". 193 57
    # warning RequireThis Reference to instance variable 'descentX' needs "this.". 194 35
    # warning RequireThis Reference to instance variable 'descentY' needs "this.". 194 57
    # warning RequireThis Reference to instance variable 'baselineX' needs "this.". 195 35
    # warning RequireThis Reference to instance variable 'baselineY' needs "this.". 195 57
    # warning RequireThis Reference to instance variable 'leadingX' needs "this.". 196 35
    # warning RequireThis Reference to instance variable 'leadingY' needs "this.". 196 57
    # warning RequireThis Reference to instance variable 'maxAdvanceX' needs "this.". 197 35
    # warning RequireThis Reference to instance variable 'maxAdvanceY' needs "this.". 197 57

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/font/SunFontManager.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fontPath' needs "SunFontManager.this.". 493 74
    # warning RequireThis Reference to instance variable 'fontPath' needs "SunFontManager.this.". 500 72
    # warning RequireThis Reference to instance variable 'maxCompFont' needs "this.". 2429 37
    # warning RequireThis Reference to instance variable 'maxCompFont' needs "this.". 2644 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/font/TextLabelFactory.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lineStart' needs "this.". 143 35
    # warning RequireThis Reference to instance variable 'lineLimit' needs "this.". 143 56
    # warning RequireThis Reference to instance variable 'lineStart' needs "this.". 147 68
    # warning RequireThis Reference to instance variable 'lineStart' needs "this.". 153 99
    # warning RequireThis Reference to instance variable 'lineStart' needs "this.". 169 35
    # warning RequireThis Reference to instance variable 'lineLimit' needs "this.". 169 56
    # warning RequireThis Reference to instance variable 'lineStart' needs "this.". 173 68
    # warning RequireThis Reference to instance variable 'lineStart' needs "this.". 178 99

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/font/TrueTypeFont.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'directoryCount' needs "this.". 508 31
    # warning RequireThis Reference to instance variable 'numTables' needs "this.". 540 29
    # warning RequireThis Reference to instance variable 'numTables' needs "this.". 820 24
    # warning RequireThis Reference to instance variable 'numTables' needs "this.". 888 24
    # warning RequireThis Reference to instance variable 'numTables' needs "this.". 897 24
    # warning RequireThis Reference to instance variable 'numTables' needs "this.". 906 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/font/TrueTypeGlyphMapper.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numGlyphs' needs "this.". 81 29
    # warning RequireThis Reference to instance variable 'font' needs "this.". 101 65

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/font/Underline.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'thicknessMultiplier' needs "this.". 146 36
    # warning RequireThis Reference to instance variable 'thicknessMultiplier' needs "this.". 149 44
    # warning RequireThis Reference to instance variable 'shift' needs "this.". 176 47
    # warning RequireThis Reference to instance variable 'shift' needs "this.". 176 62
    # warning RequireThis Reference to instance variable 'shift' needs "this.". 191 52
    # warning RequireThis Reference to instance variable 'shift' needs "this.". 191 67

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/invoke/anon/AnonymousClassLoader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'hostClass' needs "this.". 200 62

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/invoke/util/Wrapper.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'wrapperType' needs "this.". 359 28
    # warning RequireThis Reference to instance variable 'primitiveType' needs "this.". 361 35
    # warning RequireThis Reference to instance variable 'wrapperType' needs "this.". 657 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/io/ByteToCharCp33722.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'G0' needs "this.". 73 22
    # warning RequireThis Reference to instance variable 'SS2' needs "this.". 114 30
    # warning RequireThis Reference to instance variable 'SS3' needs "this.". 116 35
    # warning RequireThis Reference to instance variable 'G0' needs "this.". 168 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/io/ByteToCharCp964.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'G0' needs "this.". 78 21
    # warning RequireThis Reference to instance variable 'SS2' needs "this.". 119 30
    # warning RequireThis Reference to instance variable 'SS3' needs "this.". 121 35
    # warning RequireThis Reference to instance variable 'G0' needs "this.". 184 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/io/ByteToCharDoubleByte.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'start' needs "this.". 183 26
    # warning RequireThis Reference to instance variable 'end' needs "this.". 183 45
    # warning RequireThis Reference to instance variable 'start' needs "this.". 186 48
    # warning RequireThis Reference to instance variable 'start' needs "this.". 186 70

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/io/ByteToCharEUC.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'G0' needs "this.". 54 21
    # warning RequireThis Reference to instance variable 'SS2' needs "this.". 95 30
    # warning RequireThis Reference to instance variable 'SS3' needs "this.". 96 30
    # warning RequireThis Reference to instance variable 'G0' needs "this.". 126 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/io/ByteToCharEUC2.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'G0' needs "this.". 61 21
    # warning RequireThis Reference to instance variable 'SS2' needs "this.". 96 30
    # warning RequireThis Reference to instance variable 'SS3' needs "this.". 97 30
    # warning RequireThis Reference to instance variable 'G0' needs "this.". 121 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/io/ByteToCharEUC_TW.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'G0' needs "this.". 54 22
    # warning RequireThis Reference to instance variable 'SS2' needs "this.". 95 46
    # warning RequireThis Reference to instance variable 'G0' needs "this.". 153 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/io/ByteToCharGB18030.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'savedSize' needs "this.". 112 54
    # warning RequireThis Reference to instance variable 'savedSize' needs "this.". 113 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/io/ByteToCharISO2022.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'remainIndex' needs "this.". 185 57
    # warning RequireThis Reference to instance variable 'remainIndex' needs "this.". 189 56

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/io/ByteToCharISO2022CN.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'remainIndex' needs "this.". 179 57
    # warning RequireThis Reference to instance variable 'remainIndex' needs "this.". 184 56

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/io/ByteToCharISO2022JP.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'savedSize' needs "this.". 101 54
    # warning RequireThis Reference to instance variable 'savedSize' needs "this.". 102 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/io/ByteToCharUTF8.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'savedSize' needs "this.". 71 47
    # warning RequireThis Reference to instance variable 'savedSize' needs "this.". 72 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/io/CharToByteISO2022.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'SS2' needs "this.". 114 32
    # warning RequireThis Reference to instance variable 'P2' needs "this.". 114 54
    # warning RequireThis Reference to instance variable 'SS2' needs "this.". 127 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/io/CharToByteISO2022JP.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'subBytesMode' needs "this.". 135 44
    # warning RequireThis Reference to instance variable 'subBytesMode' needs "this.". 244 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/java2d/Spans.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mEnd' needs "this.". 297 48
    # warning RequireThis Reference to instance variable 'mEnd' needs "this.". 310 43
    # warning RequireThis Reference to instance variable 'mStart' needs "this.". 335 31
    # warning RequireThis Reference to instance variable 'mEnd' needs "this.". 335 49

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/java2d/SunGraphics2D.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'constrainClip' needs "this.". 346 22
    # warning RequireThis Reference to instance variable 'transX' needs "this.". 1549 24
    # warning RequireThis Reference to instance variable 'transY' needs "this.". 1549 41
    # warning RequireThis Reference to instance variable 'paint' needs "this.". 1669 39
    # warning RequireThis Reference to instance variable 'clipState' needs "this.". 1847 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/java2d/SurfaceDataProxy.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'srcTracker' needs "this.". 447 43
    # warning RequireThis Reference to instance variable 'srcTracker' needs "this.". 466 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/java2d/loops/FontInfo.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'font' needs "this.". 79 25
    # warning RequireThis Reference to instance variable 'pixelHeight' needs "this.". 82 32
    # warning RequireThis Reference to instance variable 'originX' needs "this.". 83 28
    # warning RequireThis Reference to instance variable 'originY' needs "this.". 83 40
    # warning RequireThis Reference to instance variable 'aaHint' needs "this.". 84 27
    # warning RequireThis Reference to instance variable 'lcdSubPixPos' needs "this.". 86 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/java2d/loops/GraphicsPrimitive.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'methodSignature' needs "this.". 270 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/java2d/loops/GraphicsPrimitiveProxy.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'relativeClassName' needs "this.". 81 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/java2d/loops/ProcessPath.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'head' needs "this.". 1864 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/java2d/pipe/AlphaPaintPipe.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'paintModel' needs "this.". 72 51

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/java2d/pipe/BufferedContext.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'validatedRGB' needs "this.". 187 31
    # warning RequireThis Reference to instance variable 'validatedSrcData' needs "this.". 204 25
    # warning RequireThis Reference to instance variable 'validatedDstData' needs "this.". 205 25
    # warning RequireThis Reference to instance variable 'validatedDstData' needs "this.". 207 28
    # warning RequireThis Reference to instance variable 'validatedClip' needs "this.". 229 22
    # warning RequireThis Reference to instance variable 'validatedComp' needs "this.". 250 22
    # warning RequireThis Reference to instance variable 'validatedFlags' needs "this.". 250 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/java2d/pipe/PixelToParallelogramConverter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'normRoundingBias' needs "this.". 174 31
    # warning RequireThis Reference to instance variable 'normPosition' needs "this.". 174 51

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/java2d/pipe/Region.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lox' needs "this.". 364 21
    # warning RequireThis Reference to instance variable 'loy' needs "this.". 365 21
    # warning RequireThis Reference to instance variable 'hix' needs "this.". 366 21
    # warning RequireThis Reference to instance variable 'hiy' needs "this.". 367 21
    # warning RequireThis Reference to instance variable 'hiy' needs "this.". 623 20
    # warning RequireThis Reference to instance variable 'lox' needs "this.". 693 25
    # warning RequireThis Reference to instance variable 'hix' needs "this.". 694 28
    # warning RequireThis Reference to instance variable 'lox' needs "this.". 824 34
    # warning RequireThis Reference to instance variable 'loy' needs "this.". 825 34
    # warning RequireThis Reference to instance variable 'hix' needs "this.". 826 34
    # warning RequireThis Reference to instance variable 'hiy' needs "this.". 827 34
    # warning RequireThis Reference to instance variable 'endIndex' needs "this.". 917 20
    # warning RequireThis Reference to instance variable 'lox' needs "this.". 968 19
    # warning RequireThis Reference to instance variable 'lox' needs "this.". 970 24
    # warning RequireThis Reference to instance variable 'loy' needs "this.". 980 19
    # warning RequireThis Reference to instance variable 'loy' needs "this.". 982 24
    # warning RequireThis Reference to instance variable 'lox' needs "this.". 992 24
    # warning RequireThis Reference to instance variable 'loy' needs "this.". 992 38
    # warning RequireThis Reference to instance variable 'lox' needs "this.". 1007 17
    # warning RequireThis Reference to instance variable 'hix' needs "this.". 1007 29
    # warning RequireThis Reference to instance variable 'loy' needs "this.". 1007 40
    # warning RequireThis Reference to instance variable 'hiy' needs "this.". 1007 52
    # warning RequireThis Reference to instance variable 'endIndex' needs "this.". 1010 20
    # warning RequireThis Reference to instance variable 'lox' needs "this.". 1141 23
    # warning RequireThis Reference to instance variable 'loy' needs "this.". 1142 23
    # warning RequireThis Reference to instance variable 'hix' needs "this.". 1143 23
    # warning RequireThis Reference to instance variable 'hiy' needs "this.". 1144 23
    # warning RequireThis Reference to instance variable 'endIndex' needs "this.". 1197 26
    # warning RequireThis Reference to instance variable 'endIndex' needs "this.". 1248 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/java2d/pipe/RegionClipSpanIterator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'rgnbndshix' needs "this.". 124 27
    # warning RequireThis Reference to instance variable 'rgnbndshiy' needs "this.". 125 27
    # warning RequireThis Reference to instance variable 'rgnbndshix' needs "this.". 198 36
    # warning RequireThis Reference to instance variable 'rgnbndshiy' needs "this.". 203 36
    # warning RequireThis Reference to instance variable 'rgnbndslox' needs "this.". 208 36
    # warning RequireThis Reference to instance variable 'rgnbndsloy' needs "this.". 213 36
    # warning RequireThis Reference to instance variable 'spanloy' needs "this.". 220 30
    # warning RequireThis Reference to instance variable 'spanloy' needs "this.". 231 34
    # warning RequireThis Reference to instance variable 'spanloy' needs "this.". 239 30
    # warning RequireThis Reference to instance variable 'spanhiy' needs "this.". 239 50
    # warning RequireThis Reference to instance variable 'lwmloy' needs "this.". 242 35
    # warning RequireThis Reference to instance variable 'spanhiy' needs "this.". 265 38
    # warning RequireThis Reference to instance variable 'spanhix' needs "this.". 285 38
    # warning RequireThis Reference to instance variable 'spanhiy' needs "this.". 289 35
    # warning RequireThis Reference to instance variable 'spanlox' needs "this.". 300 43
    # warning RequireThis Reference to instance variable 'rgnlox' needs "this.". 310 27
    # warning RequireThis Reference to instance variable 'rgnloy' needs "this.". 317 27
    # warning RequireThis Reference to instance variable 'rgnhix' needs "this.". 324 27
    # warning RequireThis Reference to instance variable 'rgnhiy' needs "this.". 331 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/java2d/pipe/RegionSpanIterator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lox' needs "this.". 92 20
    # warning RequireThis Reference to instance variable 'loy' needs "this.". 95 20
    # warning RequireThis Reference to instance variable 'hix' needs "this.". 98 20
    # warning RequireThis Reference to instance variable 'hiy' needs "this.". 101 20
    # warning RequireThis Reference to instance variable 'hix' needs "this.". 104 23
    # warning RequireThis Reference to instance variable 'hiy' needs "this.". 104 37
    # warning RequireThis Reference to instance variable 'loy' needs "this.". 142 30
    # warning RequireThis Reference to instance variable 'hiy' needs "this.". 145 30
    # warning RequireThis Reference to instance variable 'hiy' needs "this.". 149 31
    # warning RequireThis Reference to instance variable 'lox' needs "this.". 158 26
    # warning RequireThis Reference to instance variable 'hix' needs "this.". 161 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/java2d/pipe/RenderBuffer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'curAddress' needs "this.". 105 35
    # warning RequireThis Reference to instance variable 'baseAddress' needs "this.". 109 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/java2d/pipe/hw/ContextCapabilities.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'adapterId' needs "this.". 97 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/java2d/pisces/Curve.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ax' needs "this.". 69 19
    # warning RequireThis Reference to instance variable 'ay' needs "this.". 69 33
    # warning RequireThis Reference to instance variable 'bx' needs "this.". 70 19
    # warning RequireThis Reference to instance variable 'by' needs "this.". 70 33
    # warning RequireThis Reference to instance variable 'bx' needs "this.". 86 19
    # warning RequireThis Reference to instance variable 'by' needs "this.". 86 33
    # warning RequireThis Reference to instance variable 'ax' needs "this.". 90 30
    # warning RequireThis Reference to instance variable 'bx' needs "this.". 90 35
    # warning RequireThis Reference to instance variable 'cx' needs "this.". 90 41
    # warning RequireThis Reference to instance variable 'dx' needs "this.". 90 47
    # warning RequireThis Reference to instance variable 'ay' needs "this.". 93 30
    # warning RequireThis Reference to instance variable 'by' needs "this.". 93 35
    # warning RequireThis Reference to instance variable 'cy' needs "this.". 93 41
    # warning RequireThis Reference to instance variable 'dy' needs "this.". 93 47
    # warning RequireThis Reference to instance variable 'dax' needs "this.". 97 25
    # warning RequireThis Reference to instance variable 'dbx' needs "this.". 97 31
    # warning RequireThis Reference to instance variable 'cx' needs "this.". 97 38
    # warning RequireThis Reference to instance variable 'day' needs "this.". 101 25
    # warning RequireThis Reference to instance variable 'dby' needs "this.". 101 31
    # warning RequireThis Reference to instance variable 'cy' needs "this.". 101 38
    # warning RequireThis Reference to instance variable 'dby' needs "this.". 116 31
    # warning RequireThis Reference to instance variable 'day' needs "this.". 116 43
    # warning RequireThis Reference to instance variable 'dax' needs "this.". 117 35
    # warning RequireThis Reference to instance variable 'cx' needs "this.". 117 47
    # warning RequireThis Reference to instance variable 'dbx' needs "this.". 118 30
    # warning RequireThis Reference to instance variable 'dby' needs "this.". 118 41
    # warning RequireThis Reference to instance variable 'dax' needs "this.". 132 32
    # warning RequireThis Reference to instance variable 'day' needs "this.". 132 42
    # warning RequireThis Reference to instance variable 'dbx' needs "this.". 133 32
    # warning RequireThis Reference to instance variable 'dby' needs "this.". 133 42
    # warning RequireThis Reference to instance variable 'cx' needs "this.". 134 32
    # warning RequireThis Reference to instance variable 'cy' needs "this.". 134 41
    # warning RequireThis Reference to instance variable 'dbx' needs "this.". 134 51
    # warning RequireThis Reference to instance variable 'dby' needs "this.". 134 61
    # warning RequireThis Reference to instance variable 'cx' needs "this.". 135 29
    # warning RequireThis Reference to instance variable 'cy' needs "this.". 135 38
    # warning RequireThis Reference to instance variable 'dax' needs "this.". 231 35
    # warning RequireThis Reference to instance variable 'dbx' needs "this.". 231 41
    # warning RequireThis Reference to instance variable 'cx' needs "this.". 231 48
    # warning RequireThis Reference to instance variable 'day' needs "this.". 232 35
    # warning RequireThis Reference to instance variable 'dby' needs "this.". 232 41
    # warning RequireThis Reference to instance variable 'cy' needs "this.". 232 48
    # warning RequireThis Reference to instance variable 'dax' needs "this.". 233 31
    # warning RequireThis Reference to instance variable 'dbx' needs "this.". 233 41
    # warning RequireThis Reference to instance variable 'day' needs "this.". 234 31
    # warning RequireThis Reference to instance variable 'dby' needs "this.". 234 41
    # warning RequireThis Reference to instance variable 'prevT' needs "this.". 271 44
    # warning RequireThis Reference to instance variable 'prevT' needs "this.". 271 58

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/java2d/pisces/Dasher.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'firstSegidx' needs "this.". 128 29
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 169 25
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 170 25
    # warning RequireThis Reference to instance variable 'phase' needs "this.". 184 55
    # warning RequireThis Reference to instance variable 'phase' needs "this.". 236 51
    # warning RequireThis Reference to instance variable 'lenAtLastSplit' needs "this.". 400 47
    # warning RequireThis Reference to instance variable 'lenAtLastT' needs "this.". 406 48
    # warning RequireThis Reference to instance variable 'lenAtLastT' needs "this.". 407 39
    # warning RequireThis Reference to instance variable 'lastT' needs "this.". 448 30
    # warning RequireThis Reference to instance variable 'lastT' needs "this.". 448 39
    # warning RequireThis Reference to instance variable 'recLevel' needs "this.". 492 41
    # warning RequireThis Reference to instance variable 'minTincrement' needs "this.". 492 54
    # warning RequireThis Reference to instance variable 'curveType' needs "this.". 514 33
    # warning RequireThis Reference to instance variable 'ERR' needs "this.". 524 37
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 524 56

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/java2d/pisces/PiscesCache.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'bboxY0' needs "this.". 71 37
    # warning RequireThis Reference to instance variable 'x0' needs "this.". 101 72
    # warning RequireThis Reference to instance variable 'bboxY0' needs "this.". 131 20
    # warning RequireThis Reference to instance variable 'y0' needs "this.". 131 29
    # warning RequireThis Reference to instance variable 'bboxY1' needs "this.". 132 21
    # warning RequireThis Reference to instance variable 'bboxY0' needs "this.". 134 18
    # warning RequireThis Reference to instance variable 'bboxX0' needs "this.". 138 18
    # warning RequireThis Reference to instance variable 'bboxX0' needs "this.". 173 23
    # warning RequireThis Reference to instance variable 'bboxY0' needs "this.". 173 35
    # warning RequireThis Reference to instance variable 'bboxX1' needs "this.". 174 23
    # warning RequireThis Reference to instance variable 'bboxY1' needs "this.". 174 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/java2d/pisces/PiscesRenderingEngine.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lval' needs "this.". 427 68
    # warning RequireThis Reference to instance variable 'rval' needs "this.". 428 26
    # warning RequireThis Reference to instance variable 'lval' needs "this.". 429 70
    # warning RequireThis Reference to instance variable 'rval' needs "this.". 430 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/java2d/pisces/PiscesTileGenerator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxTileAlphaSum' needs "this.". 130 20
    # warning RequireThis Reference to instance variable 'maxalpha' needs "this.". 186 54
    # warning RequireThis Reference to instance variable 'maxalpha' needs "this.". 208 58

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/java2d/pisces/Renderer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'boundsMinY' needs "Renderer.this.". 65 33
    # warning RequireThis Reference to instance variable 'maxY' needs "this.". 117 28
    # warning RequireThis Reference to instance variable 'edgeMinY' needs "this.". 281 18
    # warning RequireThis Reference to instance variable 'edgeMaxY' needs "this.". 282 18
    # warning RequireThis Reference to instance variable 'edgeMinX' needs "this.". 287 22
    # warning RequireThis Reference to instance variable 'edgeMaxX' needs "this.". 288 22
    # warning RequireThis Reference to instance variable 'edgeMinX' needs "this.". 290 22
    # warning RequireThis Reference to instance variable 'edgeMaxX' needs "this.". 291 22
    # warning RequireThis Reference to instance variable 'boundsMinY' needs "this.". 301 47
    # warning RequireThis Reference to instance variable 'boundsMinY' needs "this.". 303 41
    # warning RequireThis Reference to instance variable 'SUBPIXEL_POSITIONS_Y' needs "this.". 348 53
    # warning RequireThis Reference to instance variable 'SUBPIXEL_POSITIONS_X' needs "this.". 352 41
    # warning RequireThis Reference to instance variable 'SUBPIXEL_POSITIONS_Y' needs "this.". 353 41
    # warning RequireThis Reference to instance variable 'SUBPIXEL_POSITIONS_X' needs "this.". 354 61
    # warning RequireThis Reference to instance variable 'SUBPIXEL_POSITIONS_Y' needs "this.". 355 62
    # warning RequireThis Reference to instance variable 'boundsMinY' needs "this.". 359 44
    # warning RequireThis Reference to instance variable 'SUBPIXEL_POSITIONS_X' needs "this.". 365 24
    # warning RequireThis Reference to instance variable 'SUBPIXEL_POSITIONS_Y' needs "this.". 368 24
    # warning RequireThis Reference to instance variable 'SUBPIXEL_MASK_Y' needs "this.". 501 42
    # warning RequireThis Reference to instance variable 'SUBPIXEL_MASK_X' needs "this.". 521 31
    # warning RequireThis Reference to instance variable 'SUBPIXEL_MASK_Y' needs "this.". 523 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/java2d/pisces/Stroker.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lineWidth2' needs "this.". 126 36
    # warning RequireThis Reference to instance variable 'lineWidth2' needs "this.". 245 54
    # warning RequireThis Reference to instance variable 'lineWidth2' needs "this.". 245 67
    # warning RequireThis Reference to instance variable 'miterLimitSq' needs "this.". 341 21
    # warning RequireThis Reference to instance variable 'cx0' needs "this.". 358 25
    # warning RequireThis Reference to instance variable 'cy0' needs "this.". 359 25
    # warning RequireThis Reference to instance variable 'lineWidth2' needs "this.". 389 35
    # warning RequireThis Reference to instance variable 'sx0' needs "this.". 398 20
    # warning RequireThis Reference to instance variable 'sy0' needs "this.". 398 34
    # warning RequireThis Reference to instance variable 'smx' needs "this.". 404 26
    # warning RequireThis Reference to instance variable 'smy' needs "this.". 404 37
    # warning RequireThis Reference to instance variable 'smx' needs "this.". 406 26
    # warning RequireThis Reference to instance variable 'smy' needs "this.". 406 37
    # warning RequireThis Reference to instance variable 'cmy' needs "this.". 434 30
    # warning RequireThis Reference to instance variable 'cmx' needs "this.". 434 36
    # warning RequireThis Reference to instance variable 'cmx' needs "this.". 434 47
    # warning RequireThis Reference to instance variable 'cmy' needs "this.". 434 53
    # warning RequireThis Reference to instance variable 'cmy' needs "this.". 435 30
    # warning RequireThis Reference to instance variable 'cmx' needs "this.". 435 36
    # warning RequireThis Reference to instance variable 'cmx' needs "this.". 435 47
    # warning RequireThis Reference to instance variable 'cmy' needs "this.". 435 53
    # warning RequireThis Reference to instance variable 'smy' needs "this.". 443 30
    # warning RequireThis Reference to instance variable 'smx' needs "this.". 443 36
    # warning RequireThis Reference to instance variable 'smx' needs "this.". 443 47
    # warning RequireThis Reference to instance variable 'smy' needs "this.". 443 53
    # warning RequireThis Reference to instance variable 'smy' needs "this.". 444 30
    # warning RequireThis Reference to instance variable 'smx' needs "this.". 444 36
    # warning RequireThis Reference to instance variable 'smx' needs "this.". 444 47
    # warning RequireThis Reference to instance variable 'smy' needs "this.". 444 53

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/java2d/pisces/TransformingPathConsumer2D.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'tx' needs "this.". 129 29
    # warning RequireThis Reference to instance variable 'ty' needs "this.". 129 38
    # warning RequireThis Reference to instance variable 'tx' needs "this.". 133 29
    # warning RequireThis Reference to instance variable 'ty' needs "this.". 133 38
    # warning RequireThis Reference to instance variable 'tx' needs "this.". 139 29
    # warning RequireThis Reference to instance variable 'ty' needs "this.". 139 38
    # warning RequireThis Reference to instance variable 'tx' needs "this.". 140 29
    # warning RequireThis Reference to instance variable 'ty' needs "this.". 140 38
    # warning RequireThis Reference to instance variable 'tx' needs "this.". 147 30
    # warning RequireThis Reference to instance variable 'ty' needs "this.". 147 39
    # warning RequireThis Reference to instance variable 'tx' needs "this.". 148 30
    # warning RequireThis Reference to instance variable 'ty' needs "this.". 148 39
    # warning RequireThis Reference to instance variable 'tx' needs "this.". 149 30
    # warning RequireThis Reference to instance variable 'ty' needs "this.". 149 39
    # warning RequireThis Reference to instance variable 'sx' needs "this.". 183 29
    # warning RequireThis Reference to instance variable 'tx' needs "this.". 183 34
    # warning RequireThis Reference to instance variable 'sy' needs "this.". 183 43
    # warning RequireThis Reference to instance variable 'ty' needs "this.". 183 48
    # warning RequireThis Reference to instance variable 'sx' needs "this.". 187 29
    # warning RequireThis Reference to instance variable 'tx' needs "this.". 187 34
    # warning RequireThis Reference to instance variable 'sy' needs "this.". 187 43
    # warning RequireThis Reference to instance variable 'ty' needs "this.". 187 48
    # warning RequireThis Reference to instance variable 'sx' needs "this.". 193 29
    # warning RequireThis Reference to instance variable 'tx' needs "this.". 193 34
    # warning RequireThis Reference to instance variable 'sy' needs "this.". 193 43
    # warning RequireThis Reference to instance variable 'ty' needs "this.". 193 48
    # warning RequireThis Reference to instance variable 'sx' needs "this.". 194 29
    # warning RequireThis Reference to instance variable 'tx' needs "this.". 194 34
    # warning RequireThis Reference to instance variable 'sy' needs "this.". 194 43
    # warning RequireThis Reference to instance variable 'ty' needs "this.". 194 48
    # warning RequireThis Reference to instance variable 'sx' needs "this.". 201 30
    # warning RequireThis Reference to instance variable 'tx' needs "this.". 201 35
    # warning RequireThis Reference to instance variable 'sy' needs "this.". 201 44
    # warning RequireThis Reference to instance variable 'ty' needs "this.". 201 49
    # warning RequireThis Reference to instance variable 'sx' needs "this.". 202 30
    # warning RequireThis Reference to instance variable 'tx' needs "this.". 202 35
    # warning RequireThis Reference to instance variable 'sy' needs "this.". 202 44
    # warning RequireThis Reference to instance variable 'ty' needs "this.". 202 49
    # warning RequireThis Reference to instance variable 'sx' needs "this.". 203 30
    # warning RequireThis Reference to instance variable 'tx' needs "this.". 203 35
    # warning RequireThis Reference to instance variable 'sy' needs "this.". 203 44
    # warning RequireThis Reference to instance variable 'ty' needs "this.". 203 49
    # warning RequireThis Reference to instance variable 'Mxx' needs "this.". 242 29
    # warning RequireThis Reference to instance variable 'Mxy' needs "this.". 242 40
    # warning RequireThis Reference to instance variable 'Mxt' needs "this.". 242 46
    # warning RequireThis Reference to instance variable 'Myx' needs "this.". 243 29
    # warning RequireThis Reference to instance variable 'Myy' needs "this.". 243 40
    # warning RequireThis Reference to instance variable 'Myt' needs "this.". 243 46
    # warning RequireThis Reference to instance variable 'Mxx' needs "this.". 247 29
    # warning RequireThis Reference to instance variable 'Mxy' needs "this.". 247 40
    # warning RequireThis Reference to instance variable 'Mxt' needs "this.". 247 46
    # warning RequireThis Reference to instance variable 'Myx' needs "this.". 248 29
    # warning RequireThis Reference to instance variable 'Myy' needs "this.". 248 40
    # warning RequireThis Reference to instance variable 'Myt' needs "this.". 248 46
    # warning RequireThis Reference to instance variable 'Mxx' needs "this.". 254 29
    # warning RequireThis Reference to instance variable 'Mxy' needs "this.". 254 40
    # warning RequireThis Reference to instance variable 'Mxt' needs "this.". 254 46
    # warning RequireThis Reference to instance variable 'Myx' needs "this.". 255 29
    # warning RequireThis Reference to instance variable 'Myy' needs "this.". 255 40
    # warning RequireThis Reference to instance variable 'Myt' needs "this.". 255 46
    # warning RequireThis Reference to instance variable 'Mxx' needs "this.". 256 29
    # warning RequireThis Reference to instance variable 'Mxy' needs "this.". 256 40
    # warning RequireThis Reference to instance variable 'Mxt' needs "this.". 256 46
    # warning RequireThis Reference to instance variable 'Myx' needs "this.". 257 29
    # warning RequireThis Reference to instance variable 'Myy' needs "this.". 257 40
    # warning RequireThis Reference to instance variable 'Myt' needs "this.". 257 46
    # warning RequireThis Reference to instance variable 'Mxx' needs "this.". 264 30
    # warning RequireThis Reference to instance variable 'Mxy' needs "this.". 264 41
    # warning RequireThis Reference to instance variable 'Mxt' needs "this.". 264 47
    # warning RequireThis Reference to instance variable 'Myx' needs "this.". 265 30
    # warning RequireThis Reference to instance variable 'Myy' needs "this.". 265 41
    # warning RequireThis Reference to instance variable 'Myt' needs "this.". 265 47
    # warning RequireThis Reference to instance variable 'Mxx' needs "this.". 266 30
    # warning RequireThis Reference to instance variable 'Mxy' needs "this.". 266 41
    # warning RequireThis Reference to instance variable 'Mxt' needs "this.". 266 47
    # warning RequireThis Reference to instance variable 'Myx' needs "this.". 267 30
    # warning RequireThis Reference to instance variable 'Myy' needs "this.". 267 41
    # warning RequireThis Reference to instance variable 'Myt' needs "this.". 267 47
    # warning RequireThis Reference to instance variable 'Mxx' needs "this.". 268 30
    # warning RequireThis Reference to instance variable 'Mxy' needs "this.". 268 41
    # warning RequireThis Reference to instance variable 'Mxt' needs "this.". 268 47
    # warning RequireThis Reference to instance variable 'Myx' needs "this.". 269 30
    # warning RequireThis Reference to instance variable 'Myy' needs "this.". 269 41
    # warning RequireThis Reference to instance variable 'Myt' needs "this.". 269 47
    # warning RequireThis Reference to instance variable 'sx' needs "this.". 296 29
    # warning RequireThis Reference to instance variable 'sy' needs "this.". 296 38
    # warning RequireThis Reference to instance variable 'sx' needs "this.". 300 29
    # warning RequireThis Reference to instance variable 'sy' needs "this.". 300 38
    # warning RequireThis Reference to instance variable 'sx' needs "this.". 306 29
    # warning RequireThis Reference to instance variable 'sy' needs "this.". 306 38
    # warning RequireThis Reference to instance variable 'sx' needs "this.". 307 29
    # warning RequireThis Reference to instance variable 'sy' needs "this.". 307 38
    # warning RequireThis Reference to instance variable 'sx' needs "this.". 314 30
    # warning RequireThis Reference to instance variable 'sy' needs "this.". 314 39
    # warning RequireThis Reference to instance variable 'sx' needs "this.". 315 30
    # warning RequireThis Reference to instance variable 'sy' needs "this.". 315 39
    # warning RequireThis Reference to instance variable 'sx' needs "this.". 316 30
    # warning RequireThis Reference to instance variable 'sy' needs "this.". 316 39
    # warning RequireThis Reference to instance variable 'Mxx' needs "this.". 351 29
    # warning RequireThis Reference to instance variable 'Mxy' needs "this.". 351 40
    # warning RequireThis Reference to instance variable 'Myx' needs "this.". 352 29
    # warning RequireThis Reference to instance variable 'Myy' needs "this.". 352 40
    # warning RequireThis Reference to instance variable 'Mxx' needs "this.". 356 29
    # warning RequireThis Reference to instance variable 'Mxy' needs "this.". 356 40
    # warning RequireThis Reference to instance variable 'Myx' needs "this.". 357 29
    # warning RequireThis Reference to instance variable 'Myy' needs "this.". 357 40
    # warning RequireThis Reference to instance variable 'Mxx' needs "this.". 363 29
    # warning RequireThis Reference to instance variable 'Mxy' needs "this.". 363 40
    # warning RequireThis Reference to instance variable 'Myx' needs "this.". 364 29
    # warning RequireThis Reference to instance variable 'Myy' needs "this.". 364 40
    # warning RequireThis Reference to instance variable 'Mxx' needs "this.". 365 29
    # warning RequireThis Reference to instance variable 'Mxy' needs "this.". 365 40
    # warning RequireThis Reference to instance variable 'Myx' needs "this.". 366 29
    # warning RequireThis Reference to instance variable 'Myy' needs "this.". 366 40
    # warning RequireThis Reference to instance variable 'Mxx' needs "this.". 373 30
    # warning RequireThis Reference to instance variable 'Mxy' needs "this.". 373 41
    # warning RequireThis Reference to instance variable 'Myx' needs "this.". 374 30
    # warning RequireThis Reference to instance variable 'Myy' needs "this.". 374 41
    # warning RequireThis Reference to instance variable 'Mxx' needs "this.". 375 30
    # warning RequireThis Reference to instance variable 'Mxy' needs "this.". 375 41
    # warning RequireThis Reference to instance variable 'Myx' needs "this.". 376 30
    # warning RequireThis Reference to instance variable 'Myy' needs "this.". 376 41
    # warning RequireThis Reference to instance variable 'Mxx' needs "this.". 377 30
    # warning RequireThis Reference to instance variable 'Mxy' needs "this.". 377 41
    # warning RequireThis Reference to instance variable 'Myx' needs "this.". 378 30
    # warning RequireThis Reference to instance variable 'Myy' needs "this.". 378 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/jvmstat/perfdata/monitor/SyntaxException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lineno' needs "this.". 47 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/jvmstat/perfdata/monitor/v1_0/PerfDataBuffer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastUsed' needs "this.". 154 21
    # warning RequireThis Reference to instance variable 'nextEntry' needs "this.". 472 59
    # warning RequireThis Reference to instance variable 'nextEntry' needs "this.". 478 64
    # warning RequireThis Reference to instance variable 'perfDataItem' needs "this.". 546 66
    # warning RequireThis Reference to instance variable 'perfDataItem' needs "this.". 551 66
    # warning RequireThis Reference to instance variable 'perfDataItem' needs "this.". 568 59
    # warning RequireThis Reference to instance variable 'perfDataItem' needs "this.". 578 61
    # warning RequireThis Reference to instance variable 'perfDataItem' needs "this.". 599 51
    # warning RequireThis Reference to instance variable 'perfDataItem' needs "this.". 608 27
    # warning RequireThis Reference to instance variable 'nextEntry' needs "this.". 632 49
    # warning RequireThis Reference to instance variable 'pollForEntry' needs "this.". 633 55

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/jvmstat/perfdata/monitor/v2_0/PerfDataBuffer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastNumEntries' needs "this.". 171 26
    # warning RequireThis Reference to instance variable 'nextEntry' needs "this.". 532 49

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/management/GcInfoBuilder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'gcExtItemCount' needs "this.". 104 42
    # warning RequireThis Reference to instance variable 'gcExtItemCount' needs "this.". 121 53

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/management/MemoryPoolImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'usageThreshold' needs "this.". 183 32
    # warning RequireThis Reference to instance variable 'collectionThreshold' needs "this.". 253 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/management/RuntimeImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'vmStartupTime' needs "this.". 118 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/management/counter/perf/PerfDataEntry.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'entryLength' needs "this.". 76 68
    # warning RequireThis Reference to instance variable 'entryLength' needs "this.". 79 27
    # warning RequireThis Reference to instance variable 'entryStart' needs "this.". 81 67
    # warning RequireThis Reference to instance variable 'entryLength' needs "this.". 82 68
    # warning RequireThis Reference to instance variable 'entryStart' needs "this.". 91 67
    # warning RequireThis Reference to instance variable 'name' needs "this.". 141 61
    # warning RequireThis Reference to instance variable 'name' needs "this.". 145 61
    # warning RequireThis Reference to instance variable 'dataOffset' needs "this.". 155 27
    # warning RequireThis Reference to instance variable 'dataSize' needs "this.". 155 40
    # warning RequireThis Reference to instance variable 'entryStart' needs "this.". 157 67
    # warning RequireThis Reference to instance variable 'dataOffset' needs "this.". 158 67
    # warning RequireThis Reference to instance variable 'dataSize' needs "this.". 159 65
    # warning RequireThis Reference to instance variable 'dataOffset' needs "this.". 163 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/management/counter/perf/PerfInstrumentation.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nextEntry' needs "this.". 91 56
    # warning RequireThis Reference to instance variable 'nextEntry' needs "this.". 97 61

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/management/jmxremote/ConnectorBootstrap.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'accessFile' needs "this.". 233 47
    # warning RequireThis Reference to instance variable 'accessFile' needs "this.". 250 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/management/snmp/jvminstr/JvmMemPoolEntryImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'jvmMemPoolPeakReset' needs "this.". 462 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/management/snmp/jvminstr/JvmThreadingImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'jvmThreadPeakCountReset' needs "this.". 344 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/management/snmp/jvminstr/NotificationTargetImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'address' needs "this.". 128 31
    # warning RequireThis Reference to instance variable 'port' needs "this.". 128 54
    # warning RequireThis Reference to instance variable 'community' needs "this.". 129 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/management/snmp/util/SnmpTableCache.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'validity' needs "this.". 67 69

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/misc/Cache.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'loadFactor' needs "this.". 211 42
    # warning RequireThis Reference to instance variable 'threshold' needs "this.". 261 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/misc/ExtensionInfo.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'title' needs "this.". 211 39
    # warning RequireThis Reference to instance variable 'name' needs "this.". 211 60
    # warning RequireThis Reference to instance variable 'specVendor' needs "this.". 212 13
    # warning RequireThis Reference to instance variable 'specVersion' needs "this.". 212 47
    # warning RequireThis Reference to instance variable 'vendor' needs "this.". 213 13
    # warning RequireThis Reference to instance variable 'vendorId' needs "this.". 213 45
    # warning RequireThis Reference to instance variable 'implementationVersion' needs "this.". 214 13
    # warning RequireThis Reference to instance variable 'url' needs "this.". 214 54

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/misc/FloatingDecimal.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'decExponent' needs "this.". 922 34
    # warning RequireThis Reference to instance variable 'nDigits' needs "this.". 930 38
    # warning RequireThis Reference to instance variable 'nDigits' needs "this.". 1472 35
    # warning RequireThis Reference to instance variable 'bigIntNBits' needs "this.". 1509 32
    # warning RequireThis Reference to instance variable 'bigIntNBits' needs "this.". 1515 47
    # warning RequireThis Reference to instance variable 'nDigits' needs "this.". 1689 41
    # warning RequireThis Reference to instance variable 'decExponent' needs "this.". 1689 62
    # warning RequireThis Reference to instance variable 'nDigits' needs "this.". 1700 42
    # warning RequireThis Reference to instance variable 'nDigits' needs "this.". 1704 35
    # warning RequireThis Reference to instance variable 'nWords' needs "this.". 2589 27
    # warning RequireThis Reference to instance variable 'nWords' needs "this.". 2616 27
    # warning RequireThis Reference to instance variable 'nWords' needs "this.". 2868 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/misc/FormattedFloatingDecimal.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nDigits' needs "this.". 412 23
    # warning RequireThis Reference to instance variable 'nDigits' needs "this.". 428 23
    # warning RequireThis Reference to instance variable 'precision' needs "this.". 1004 51
    # warning RequireThis Reference to instance variable 'precision' needs "this.". 1005 55
    # warning RequireThis Reference to instance variable 'precision' needs "this.". 1016 48
    # warning RequireThis Reference to instance variable 'nDigits' needs "this.". 1054 42
    # warning RequireThis Reference to instance variable 'nDigits' needs "this.". 1378 35
    # warning RequireThis Reference to instance variable 'bigIntNBits' needs "this.". 1415 32
    # warning RequireThis Reference to instance variable 'bigIntNBits' needs "this.". 1421 47
    # warning RequireThis Reference to instance variable 'nDigits' needs "this.". 1595 41
    # warning RequireThis Reference to instance variable 'decExponent' needs "this.". 1595 62
    # warning RequireThis Reference to instance variable 'nDigits' needs "this.". 1606 42
    # warning RequireThis Reference to instance variable 'nDigits' needs "this.". 1610 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/misc/GC.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'latency' needs "this.". 252 29
    # warning RequireThis Reference to instance variable 'id' needs "this.". 252 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/misc/HexDumpEncoder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'thisLineLength' needs "this.". 109 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/misc/ProxyGenerator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'baseTypeString' needs "this.". 1661 23
    # warning RequireThis Reference to instance variable 'wrapperClassName' needs "this.". 1661 47
    # warning RequireThis Reference to instance variable 'baseTypeString' needs "this.". 1663 39
    # warning RequireThis Reference to instance variable 'value' needs "this.". 1931 69
    # warning RequireThis Reference to instance variable 'index0' needs "this.". 1993 30
    # warning RequireThis Reference to instance variable 'index1' needs "this.". 1993 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/misc/Queue.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'length' needs "this.". 133 32
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 143 21
    # warning RequireThis Reference to instance variable 'tail' needs "this.". 144 51
    # warning RequireThis Reference to instance variable 'obj' needs "this.". 211 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/misc/Regexp.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'suffixLen' needs "this.". 83 36
    # warning RequireThis Reference to instance variable 'totalLen' needs "this.". 109 27
    # warning RequireThis Reference to instance variable 'totalLen' needs "this.". 111 19
    # warning RequireThis Reference to instance variable 'suffixLen' needs "this.". 119 60
    # warning RequireThis Reference to instance variable 'prefixLen' needs "this.". 125 29
    # warning RequireThis Reference to instance variable 'suffixLen' needs "this.". 126 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/misc/Signal.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 129 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/misc/Timer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'remainingTime' needs "this.". 224 54

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/misc/UCDecoder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sequence' needs "this.". 205 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/misc/URLClassPath.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'csu' needs "JarLoader.this.". 663 69

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/misc/UUEncoder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mode' needs "this.". 182 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/net/NetworkServer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverSocket' needs "this.". 82 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/net/ProgressEvent.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'url' needs "this.". 110 49
    # warning RequireThis Reference to instance variable 'method' needs "this.". 110 69
    # warning RequireThis Reference to instance variable 'state' needs "this.". 110 91
    # warning RequireThis Reference to instance variable 'contentType' needs "this.". 111 36
    # warning RequireThis Reference to instance variable 'progress' needs "this.". 111 66
    # warning RequireThis Reference to instance variable 'expected' needs "this.". 111 93

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/net/ProgressSource.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'threshold' needs "this.". 191 28
    # warning RequireThis Reference to instance variable 'threshold' needs "this.". 191 52
    # warning RequireThis Reference to instance variable 'expected' needs "this.". 197 29
    # warning RequireThis Reference to instance variable 'url' needs "this.". 207 49
    # warning RequireThis Reference to instance variable 'method' needs "this.". 207 69
    # warning RequireThis Reference to instance variable 'state' needs "this.". 207 91
    # warning RequireThis Reference to instance variable 'contentType' needs "this.". 208 35
    # warning RequireThis Reference to instance variable 'progress' needs "this.". 208 65
    # warning RequireThis Reference to instance variable 'expected' needs "this.". 208 92

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/net/ftp/FtpDirEntry.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'type' needs "this.". 327 34
    # warning RequireThis Reference to instance variable 'user' needs "this.". 327 49
    # warning RequireThis Reference to instance variable 'group' needs "this.". 327 64
    # warning RequireThis Reference to instance variable 'size' needs "this.". 327 79
    # warning RequireThis Reference to instance variable 'type' needs "this.". 329 30
    # warning RequireThis Reference to instance variable 'user' needs "this.". 329 45
    # warning RequireThis Reference to instance variable 'group' needs "this.". 329 60
    # warning RequireThis Reference to instance variable 'size' needs "this.". 329 76

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/net/ftp/impl/FtpClient.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverAddr' needs "this.". 431 44
    # warning RequireThis Reference to instance variable 'serverAddr' needs "this.". 473 40
    # warning RequireThis Reference to instance variable 'restartOffset' needs "this.". 1211 50
    # warning RequireThis Reference to instance variable 'restartOffset' needs "this.". 1257 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/net/httpserver/ChunkedInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'remaining' needs "this.". 119 19
    # warning RequireThis Reference to instance variable 'remaining' needs "this.". 156 20

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/net/httpserver/ChunkedOutputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'count' needs "this.". 83 35
    # warning RequireThis Reference to instance variable 'count' needs "this.". 123 33
    # warning RequireThis Reference to instance variable 'count' needs "this.". 124 33
    # warning RequireThis Reference to instance variable 'count' needs "this.". 125 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/net/httpserver/FixedLengthInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'remaining' needs "this.". 53 19
    # warning RequireThis Reference to instance variable 'remaining' needs "this.". 71 20

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/net/httpserver/FixedLengthOutputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'remaining' needs "this.". 74 19

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/net/httpserver/SSLStreams.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'packet_buf_size' needs "this.". 200 27
    # warning RequireThis Reference to instance variable 'app_buf_size' needs "this.". 209 27
    # warning RequireThis Reference to instance variable 'bbuf' needs "this.". 525 32
    # warning RequireThis Reference to instance variable 'bbuf' needs "this.". 570 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/net/httpserver/ServerImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'time' needs "ServerImpl.this.". 800 35
    # warning RequireThis Reference to instance variable 'time' needs "ServerImpl.this.". 822 77
    # warning RequireThis Reference to instance variable 'time' needs "ServerImpl.this.". 838 78

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/net/www/HeaderParser.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nkeys' needs "this.". 71 34
    # warning RequireThis Reference to instance variable 'nkeys' needs "this.". 74 48
    # warning RequireThis Reference to instance variable 'asize' needs "this.". 131 26
    # warning RequireThis Reference to instance variable 'asize' needs "this.". 166 26
    # warning RequireThis Reference to instance variable 'asize' needs "this.". 172 26
    # warning RequireThis Reference to instance variable 'asize' needs "this.". 185 29
    # warning RequireThis Reference to instance variable 'nkeys' needs "HeaderParser.this.". 203 26
    # warning RequireThis Reference to instance variable 'asize' needs "this.". 224 31
    # warning RequireThis Reference to instance variable 'nkeys' needs "this.". 224 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/net/www/MessageHeader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nkeys' needs "this.". 102 27
    # warning RequireThis Reference to instance variable 'nkeys' needs "this.". 107 27
    # warning RequireThis Reference to instance variable 'nkeys' needs "MessageHeader.this.". 157 32
    # warning RequireThis Reference to instance variable 'nkeys' needs "this.". 254 29
    # warning RequireThis Reference to instance variable 'nkeys' needs "this.". 294 25
    # warning RequireThis Reference to instance variable 'nkeys' needs "this.". 327 33
    # warning RequireThis Reference to instance variable 'nkeys' needs "this.". 328 47
    # warning RequireThis Reference to instance variable 'nkeys' needs "this.". 337 33
    # warning RequireThis Reference to instance variable 'nkeys' needs "this.". 338 59
    # warning RequireThis Reference to instance variable 'nkeys' needs "this.". 473 44
    # warning RequireThis Reference to instance variable 'nkeys' needs "this.". 474 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/net/www/MeteredStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'markedCount' needs "this.". 78 21
    # warning RequireThis Reference to instance variable 'markLimit' needs "this.". 78 35
    # warning RequireThis Reference to instance variable 'expected' needs "this.". 92 26
    # warning RequireThis Reference to instance variable 'markedCount' needs "this.". 108 21
    # warning RequireThis Reference to instance variable 'markLimit' needs "this.". 108 35
    # warning RequireThis Reference to instance variable 'count' needs "this.". 151 40
    # warning RequireThis Reference to instance variable 'count' needs "this.". 151 60

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/net/www/MimeEntry.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'typeName' needs "this.". 333 43
    # warning RequireThis Reference to instance variable 'imageFileName' needs "this.". 334 28
    # warning RequireThis Reference to instance variable 'action' needs "this.". 335 29
    # warning RequireThis Reference to instance variable 'command' needs "this.". 336 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/net/www/http/ChunkedInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'rawPos' needs "this.". 182 35
    # warning RequireThis Reference to instance variable 'chunkRead' needs "this.". 234 37
    # warning RequireThis Reference to instance variable 'chunkSize' needs "this.". 246 34
    # warning RequireThis Reference to instance variable 'rawCount' needs "this.". 288 34
    # warning RequireThis Reference to instance variable 'rawCount' needs "this.". 294 32
    # warning RequireThis Reference to instance variable 'rawPos' needs "this.". 301 69
    # warning RequireThis Reference to instance variable 'rawCount' needs "this.". 338 35
    # warning RequireThis Reference to instance variable 'chunkRead' needs "this.". 346 55
    # warning RequireThis Reference to instance variable 'rawPos' needs "this.". 346 75
    # warning RequireThis Reference to instance variable 'chunkPos' needs "this.". 352 48
    # warning RequireThis Reference to instance variable 'chunkRead' needs "this.". 377 37
    # warning RequireThis Reference to instance variable 'rawCount' needs "this.". 390 39
    # warning RequireThis Reference to instance variable 'rawCount' needs "this.". 421 34
    # warning RequireThis Reference to instance variable 'rawCount' needs "this.". 427 32
    # warning RequireThis Reference to instance variable 'rawPos' needs "this.". 431 32
    # warning RequireThis Reference to instance variable 'rawPos' needs "this.". 455 70
    # warning RequireThis Reference to instance variable 'chunkPos' needs "this.". 517 29
    # warning RequireThis Reference to instance variable 'rawCount' needs "this.". 543 67
    # warning RequireThis Reference to instance variable 'chunkPos' needs "this.". 570 29
    # warning RequireThis Reference to instance variable 'chunkCount' needs "this.". 591 25
    # warning RequireThis Reference to instance variable 'chunkCount' needs "this.". 641 25
    # warning RequireThis Reference to instance variable 'chunkPos' needs "this.". 672 34
    # warning RequireThis Reference to instance variable 'chunkPos' needs "this.". 711 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/net/www/http/ChunkedOutputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'preferredChunkDataSize' needs "this.". 123 56
    # warning RequireThis Reference to instance variable 'spaceInCurrentChunk' needs "this.". 220 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/net/www/http/HttpClient.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'url' needs "this.". 831 63
    # warning RequireThis Reference to instance variable 'url' needs "this.". 879 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/net/www/http/KeepAliveCache.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nap' needs "this.". 261 55
    # warning RequireThis Reference to instance variable 'host' needs "this.". 333 31
    # warning RequireThis Reference to instance variable 'port' needs "this.". 333 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/net/www/protocol/gopher/GopherClient.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'gkey' needs "this.". 278 51

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/net/www/protocol/http/AuthenticationHeader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'preferred_r' needs "this.". 92 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/net/www/protocol/http/AuthenticationInfo.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'authScheme' needs "this.". 426 33
    # warning RequireThis Reference to instance variable 'protocol' needs "this.". 426 52
    # warning RequireThis Reference to instance variable 'host' needs "this.". 427 27
    # warning RequireThis Reference to instance variable 'port' needs "this.". 427 40
    # warning RequireThis Reference to instance variable 'realm' needs "this.". 427 53
    # warning RequireThis Reference to instance variable 'protocol' needs "this.". 429 33
    # warning RequireThis Reference to instance variable 'host' needs "this.". 429 50
    # warning RequireThis Reference to instance variable 'port' needs "this.". 429 63

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/net/www/protocol/http/HttpURLConnection.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'userCookies' needs "this.". 1212 73
    # warning RequireThis Reference to instance variable 'userCookies2' needs "this.". 1219 74
    # warning RequireThis Reference to instance variable 'inCache' needs "this.". 2976 43
    # warning RequireThis Reference to instance variable 'expected' needs "this.". 3077 46
    # warning RequireThis Reference to instance variable 'expected' needs "this.". 3092 46
    # warning RequireThis Reference to instance variable 'expected' needs "this.". 3127 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/net/www/protocol/jar/JarURLConnection.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'entryName' needs "this.". 140 68
    # warning RequireThis Reference to instance variable 'entryName' needs "this.". 158 64

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/nio/ch/AbstractPollSelectorImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'totalChannels' needs "this.". 91 40
    # warning RequireThis Reference to instance variable 'totalChannels' needs "this.". 119 37
    # warning RequireThis Reference to instance variable 'totalChannels' needs "this.". 146 40
    # warning RequireThis Reference to instance variable 'totalChannels' needs "this.". 151 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/nio/ch/FileLockTable.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'channel' needs "this.". 187 68
    # warning RequireThis Reference to instance variable 'channel' needs "this.". 209 62

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/nio/ch/NativeObject.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'address' needs "this.". 109 42
    # warning RequireThis Reference to instance variable 'address' needs "this.". 127 54
    # warning RequireThis Reference to instance variable 'address' needs "this.". 130 53
    # warning RequireThis Reference to instance variable 'address' needs "this.". 176 40
    # warning RequireThis Reference to instance variable 'address' needs "this.". 190 33
    # warning RequireThis Reference to instance variable 'address' needs "this.". 203 41
    # warning RequireThis Reference to instance variable 'address' needs "this.". 217 34
    # warning RequireThis Reference to instance variable 'address' needs "this.". 230 40
    # warning RequireThis Reference to instance variable 'address' needs "this.". 244 33
    # warning RequireThis Reference to instance variable 'address' needs "this.". 257 39
    # warning RequireThis Reference to instance variable 'address' needs "this.". 271 32
    # warning RequireThis Reference to instance variable 'address' needs "this.". 284 40
    # warning RequireThis Reference to instance variable 'address' needs "this.". 298 33
    # warning RequireThis Reference to instance variable 'address' needs "this.". 311 41
    # warning RequireThis Reference to instance variable 'address' needs "this.". 325 34
    # warning RequireThis Reference to instance variable 'address' needs "this.". 338 42
    # warning RequireThis Reference to instance variable 'address' needs "this.". 352 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/nio/ch/Util.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'start' needs "this.". 96 41
    # warning RequireThis Reference to instance variable 'count' needs "this.". 137 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/nio/cs/CharsetMapping.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'b2Min' needs "this.". 67 19
    # warning RequireThis Reference to instance variable 'b2Max' needs "this.". 67 33
    # warning RequireThis Reference to instance variable 'b1MinDB1' needs "this.". 69 23
    # warning RequireThis Reference to instance variable 'b1MaxDB1' needs "this.". 69 41
    # warning RequireThis Reference to instance variable 'dbSegSize' needs "this.". 71 36
    # warning RequireThis Reference to instance variable 'b1MinDB2' needs "this.". 73 23
    # warning RequireThis Reference to instance variable 'b1MaxDB2' needs "this.". 73 41
    # warning RequireThis Reference to instance variable 'dbSegSize' needs "this.". 75 36
    # warning RequireThis Reference to instance variable 'b2Min' needs "this.". 275 29
    # warning RequireThis Reference to instance variable 'b2Min' needs "this.". 284 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/nio/cs/ext/DoubleByte.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'b2Min' needs "this.". 160 34
    # warning RequireThis Reference to instance variable 'b2Max' needs "this.". 160 48
    # warning RequireThis Reference to instance variable 'b2Min' needs "this.". 161 47
    # warning RequireThis Reference to instance variable 'b2Min' needs "this.". 189 34
    # warning RequireThis Reference to instance variable 'b2Max' needs "this.". 189 48
    # warning RequireThis Reference to instance variable 'b2Min' needs "this.". 190 47
    # warning RequireThis Reference to instance variable 'b2Min' needs "this.". 227 22
    # warning RequireThis Reference to instance variable 'b2Max' needs "this.". 227 36
    # warning RequireThis Reference to instance variable 'b2Min' needs "this.". 229 34
    # warning RequireThis Reference to instance variable 'SS2' needs "this.". 398 22
    # warning RequireThis Reference to instance variable 'SS3' needs "this.". 398 34
    # warning RequireThis Reference to instance variable 'SS2' needs "this.". 404 22
    # warning RequireThis Reference to instance variable 'SS3' needs "this.". 404 34
    # warning RequireThis Reference to instance variable 'MAX_SINGLEBYTE' needs "this.". 460 30
    # warning RequireThis Reference to instance variable 'MAX_SINGLEBYTE' needs "this.". 494 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/nio/cs/ext/DoubleByteDecoder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'start' needs "this.". 176 26
    # warning RequireThis Reference to instance variable 'end' needs "this.". 176 45
    # warning RequireThis Reference to instance variable 'start' needs "this.". 179 48
    # warning RequireThis Reference to instance variable 'start' needs "this.". 179 70

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/nio/cs/ext/EUC_JP_LINUX.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'REPLACE_CHAR' needs "this.". 143 39
    # warning RequireThis Reference to instance variable 'REPLACE_CHAR' needs "this.". 187 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/nio/cs/ext/IBM33722.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'SS2' needs "this.". 141 30
    # warning RequireThis Reference to instance variable 'SS3' needs "this.". 151 36
    # warning RequireThis Reference to instance variable 'SS2' needs "this.". 203 34
    # warning RequireThis Reference to instance variable 'SS3' needs "this.". 212 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/nio/cs/ext/IBM964.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'SS2' needs "this.". 142 30
    # warning RequireThis Reference to instance variable 'SS3' needs "this.". 166 36
    # warning RequireThis Reference to instance variable 'SS2' needs "this.". 206 34
    # warning RequireThis Reference to instance variable 'SS3' needs "this.". 227 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/nio/cs/ext/ISO2022_JP.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'replaceMode' needs "this.". 644 51
    # warning RequireThis Reference to instance variable 'replaceMode' needs "this.". 751 51

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/nio/cs/ext/JIS_X_0212_MS5022X_Decoder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable '_start' needs "this.". 44 26
    # warning RequireThis Reference to instance variable '_end' needs "this.". 44 46
    # warning RequireThis Reference to instance variable '_start' needs "this.". 46 48
    # warning RequireThis Reference to instance variable '_start' needs "this.". 46 71

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/nio/fs/AbstractWatchService.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'CLOSE_KEY' needs "this.". 88 20

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/nio/fs/PollingWatchService.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'tickCount' needs "this.". 402 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/print/PSPrinterJob.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'llx' needs "this.". 2162 28
    # warning RequireThis Reference to instance variable 'lly' needs "this.". 2162 40
    # warning RequireThis Reference to instance variable 'urx' needs "this.". 2162 52
    # warning RequireThis Reference to instance variable 'ury' needs "this.". 2162 64
    # warning RequireThis Reference to instance variable 'epsTitle' needs "this.". 2163 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/print/RasterPrinterJob.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'destinationAttr' needs "this.". 1342 48
    # warning RequireThis Reference to instance variable 'destinationAttr' needs "this.". 1356 48
    # warning RequireThis Reference to instance variable 'mFirstPage' needs "this.". 1682 28
    # warning RequireThis Reference to instance variable 'cachedBandWidth' needs "this.". 2027 34
    # warning RequireThis Reference to instance variable 'cachedBandHeight' needs "this.". 2028 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/print/ServiceDialog.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'btnApprove' needs "this.". 376 23
    # warning RequireThis Reference to instance variable 'btnProperties' needs "this.". 757 27
    # warning RequireThis Reference to instance variable 'rbAll' needs "this.". 994 27
    # warning RequireThis Reference to instance variable 'rbSelect' needs "this.". 996 34
    # warning RequireThis Reference to instance variable 'rbPages' needs "this.". 998 34
    # warning RequireThis Reference to instance variable 'tfRangeFrom' needs "this.". 999 34
    # warning RequireThis Reference to instance variable 'tfRangeTo' needs "this.". 1000 34
    # warning RequireThis Reference to instance variable 'tfRangeFrom' needs "this.". 1013 28
    # warning RequireThis Reference to instance variable 'tfRangeTo' needs "this.". 1013 55
    # warning RequireThis Reference to instance variable 'leftMargin' needs "this.". 1435 27
    # warning RequireThis Reference to instance variable 'rightMargin' needs "this.". 1438 27
    # warning RequireThis Reference to instance variable 'topMargin' needs "this.". 1441 27
    # warning RequireThis Reference to instance variable 'bottomMargin' needs "this.". 1444 27
    # warning RequireThis Reference to instance variable 'rmVal' needs "this.". 1709 29
    # warning RequireThis Reference to instance variable 'rmVal' needs "this.". 1718 39
    # warning RequireThis Reference to instance variable 'bmVal' needs "this.". 1720 29
    # warning RequireThis Reference to instance variable 'bmVal' needs "this.". 1727 39
    # warning RequireThis Reference to instance variable 'cbSize' needs "this.". 1876 31
    # warning RequireThis Reference to instance variable 'cbSource' needs "this.". 1889 38
    # warning RequireThis Reference to instance variable 'rbMonochrome' needs "this.". 2286 27
    # warning RequireThis Reference to instance variable 'rbColor' needs "this.". 2288 34
    # warning RequireThis Reference to instance variable 'rbDraft' needs "this.". 2378 27
    # warning RequireThis Reference to instance variable 'rbNormal' needs "this.". 2380 34
    # warning RequireThis Reference to instance variable 'rbHigh' needs "this.". 2382 34
    # warning RequireThis Reference to instance variable 'tfJobName' needs "this.". 2641 27
    # warning RequireThis Reference to instance variable 'tfUserName' needs "this.". 2644 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/print/SunPageSelection.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pages' needs "this.". 54 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/reflect/ClassFileAssembler.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStack' needs "this.". 199 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/reflect/annotation/AnnotationType.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'memberTypes' needs "this.". 209 40
    # warning RequireThis Reference to instance variable 'memberDefaults' needs "this.". 210 43
    # warning RequireThis Reference to instance variable 'retention' needs "this.". 211 44
    # warning RequireThis Reference to instance variable 'inherited' needs "this.". 212 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/rmi/log/ReliableLog.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'majorFormatVersion' needs "this.". 710 25
    # warning RequireThis Reference to instance variable 'minorFormatVersion' needs "this.". 710 52
    # warning RequireThis Reference to instance variable 'logName' needs "this.". 712 49
    # warning RequireThis Reference to instance variable 'majorFormatVersion' needs "this.". 713 48
    # warning RequireThis Reference to instance variable 'minorFormatVersion' needs "this.". 714 41
    # warning RequireThis Reference to instance variable 'logEntries' needs "this.". 776 67

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/rmi/rmic/IndentingWriter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'tabSize' needs "this.". 148 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/rmi/rmic/Main.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'tm' needs "this.". 637 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/rmi/rmic/RMIGenerator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'remoteClassName' needs "this.". 814 49

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/rmi/rmic/RemoteClass.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'implClassDef' needs "this.". 238 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/rmi/rmic/newrmic/IndentingWriter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'tabSize' needs "this.". 140 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/rmi/rmic/newrmic/jrmp/RemoteClass.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'implClass' needs "this.". 194 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/rmi/rmic/newrmic/jrmp/StubSkeletonWriter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'packageName' needs "this.". 142 32
    # warning RequireThis Reference to instance variable 'stubClassSimpleName' needs "this.". 149 40
    # warning RequireThis Reference to instance variable 'stubClassSimpleName' needs "this.". 268 32
    # warning RequireThis Reference to instance variable 'stubClassSimpleName' needs "this.". 273 28
    # warning RequireThis Reference to instance variable 'version' needs "this.". 524 63
    # warning RequireThis Reference to instance variable 'packageName' needs "this.". 539 32
    # warning RequireThis Reference to instance variable 'skeletonClassSimpleName' needs "this.". 546 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/rmi/runtime/Log.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'levelValue' needs "this.". 390 41
    # warning RequireThis Reference to instance variable 'levelValue' needs "this.". 422 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/rmi/runtime/NewThreadAction.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 133 57

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/rmi/server/ActivatableRef.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ref' needs "this.". 195 37
    # warning RequireThis Reference to instance variable 'ref' needs "this.". 394 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/rmi/server/Activation.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'groupName' needs "GroupEntry.this.". 1283 38
    # warning RequireThis Reference to instance variable 'incarnation' needs "GroupEntry.this.". 1283 56
    # warning RequireThis Reference to instance variable 'incarnation' needs "GroupEntry.this.". 1313 45
    # warning RequireThis Reference to instance variable 'execString' needs "this.". 2464 19

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/rmi/server/LoaderHandler.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'annotation' needs "this.". 1198 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/rmi/server/UnicastRef.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ref' needs "this.". 465 13
    # warning RequireThis Reference to instance variable 'ref' needs "this.". 499 70

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/rmi/transport/DGCClient.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'expirationTime' needs "this.". 417 44
    # warning RequireThis Reference to instance variable 'expirationTime' needs "this.". 457 38
    # warning RequireThis Reference to instance variable 'renewTime' needs "this.". 473 32
    # warning RequireThis Reference to instance variable 'renewTime' needs "EndpointEntry.this.". 563 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/rmi/transport/DGCImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'expiration' needs "this.". 325 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/rmi/transport/LiveRef.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ep' needs "this.". 172 31
    # warning RequireThis Reference to instance variable 'id' needs "this.". 173 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/rmi/transport/WeakRef.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'strongRef' needs "this.". 77 53
    # warning RequireThis Reference to instance variable 'strongRef' needs "this.". 89 53

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/rmi/transport/proxy/HttpInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'bytesLeft' needs "this.". 97 38
    # warning RequireThis Reference to instance variable 'bytesLeft' needs "this.". 109 30
    # warning RequireThis Reference to instance variable 'bytesLeft' needs "this.". 152 19
    # warning RequireThis Reference to instance variable 'bytesLeft' needs "this.". 159 52
    # warning RequireThis Reference to instance variable 'bytesLeft' needs "this.". 195 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/rmi/transport/proxy/HttpSendSocket.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lineSeparator' needs "this.". 198 25
    # warning RequireThis Reference to instance variable 'lineSeparator' needs "this.". 201 39
    # warning RequireThis Reference to instance variable 'lineSeparator' needs "this.". 209 43
    # warning RequireThis Reference to instance variable 'host' needs "this.". 339 41
    # warning RequireThis Reference to instance variable 'port' needs "this.". 340 27
    # warning RequireThis Reference to instance variable 'url' needs "this.". 341 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/rmi/transport/tcp/MultiplexInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'present' needs "this.". 121 24
    # warning RequireThis Reference to instance variable 'waterMark' needs "this.". 123 29
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 124 68
    # warning RequireThis Reference to instance variable 'present' needs "this.". 128 45
    # warning RequireThis Reference to instance variable 'requested' needs "this.". 129 46
    # warning RequireThis Reference to instance variable 'present' needs "this.". 135 28
    # warning RequireThis Reference to instance variable 'present' needs "this.". 141 40
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 144 39
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 165 30
    # warning RequireThis Reference to instance variable 'present' needs "this.". 189 48
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 190 68
    # warning RequireThis Reference to instance variable 'present' needs "this.". 194 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/rmi/transport/tcp/MultiplexOutputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 115 41
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 214 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/rmi/transport/tcp/TCPChannel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cacheSecurityManager' needs "this.". 135 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/rmi/transport/tcp/TCPConnection.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'roundtrip' needs "this.". 176 51

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/rmi/transport/tcp/TCPEndpoint.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'host' needs "this.". 477 22
    # warning RequireThis Reference to instance variable 'port' needs "this.". 477 35
    # warning RequireThis Reference to instance variable 'ssf' needs "this.". 478 34
    # warning RequireThis Reference to instance variable 'csf' needs "this.". 479 34
    # warning RequireThis Reference to instance variable 'host' needs "this.". 617 36
    # warning RequireThis Reference to instance variable 'host' needs "this.". 620 50
    # warning RequireThis Reference to instance variable 'host' needs "this.". 633 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/rmi/transport/tcp/TCPTransport.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverSocket' needs "this.". 425 65
    # warning RequireThis Reference to instance variable 'lastExceptionTime' needs "this.". 499 51
    # warning RequireThis Reference to instance variable 'cacheSecurityManager' needs "this.". 642 23
    # warning RequireThis Reference to instance variable 'remoteHost' needs "this.". 666 34
    # warning RequireThis Reference to instance variable 'remoteHost' needs "this.". 751 38
    # warning RequireThis Reference to instance variable 'remoteHost' needs "this.". 782 52
    # warning RequireThis Reference to instance variable 'remoteHost' needs "this.". 823 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/ec/ECDHKeyAgreement.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'secretLen' needs "this.". 140 22
    # warning RequireThis Reference to instance variable 'secretLen' needs "this.". 141 54

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/ec/ECPrivateKeyImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 's' needs "this.". 161 15
    # warning RequireThis Reference to instance variable 'params' needs "this.". 161 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/ec/ECPublicKeyImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'params' needs "this.". 112 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/ec/NamedCurve.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'oid' needs "this.". 104 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/jca/ProviderConfig.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'argument' needs "this.". 157 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/jgss/GSSHeader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mechTokenLength' needs "this.". 137 46
    # warning RequireThis Reference to instance variable 'mechTokenLength' needs "this.". 223 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/jgss/TokenTracker.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'expectedNumber' needs "this.". 168 23
    # warning RequireThis Reference to instance variable 'initNumber' needs "this.". 177 39
    # warning RequireThis Reference to instance variable 'expectedNumber' needs "this.". 181 34
    # warning RequireThis Reference to instance variable 'windowStart' needs "this.". 183 42
    # warning RequireThis Reference to instance variable 'initNumber' needs "this.". 185 42
    # warning RequireThis Reference to instance variable 'expectedNumber' needs "this.". 194 34
    # warning RequireThis Reference to instance variable 'initNumber' needs "this.". 195 38
    # warning RequireThis Reference to instance variable 'initNumber' needs "this.". 197 51
    # warning RequireThis Reference to instance variable 'windowStart' needs "this.". 198 43
    # warning RequireThis Reference to instance variable 'expectedNumber' needs "this.". 205 46
    # warning RequireThis Reference to instance variable 'windowStart' needs "this.". 207 41
    # warning RequireThis Reference to instance variable 'windowStartIndex' needs "this.". 286 33
    # warning RequireThis Reference to instance variable 'windowStartIndex' needs "this.". 320 44
    # warning RequireThis Reference to instance variable 'start' needs "this.". 384 31
    # warning RequireThis Reference to instance variable 'end' needs "this.". 385 31
    # warning RequireThis Reference to instance variable 'start' needs "this.". 415 27
    # warning RequireThis Reference to instance variable 'end' needs "this.". 415 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/jgss/krb5/CipherHelper.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'etype' needs "this.". 114 51
    # warning RequireThis Reference to instance variable 'sgnAlg' needs "this.". 314 53
    # warning RequireThis Reference to instance variable 'etype' needs "this.". 371 51
    # warning RequireThis Reference to instance variable 'sgnAlg' needs "this.". 437 53
    # warning RequireThis Reference to instance variable 'sgnAlg' needs "this.". 503 53
    # warning RequireThis Reference to instance variable 'etype' needs "this.". 527 51
    # warning RequireThis Reference to instance variable 'sealAlg' needs "this.". 555 50
    # warning RequireThis Reference to instance variable 'etype' needs "this.". 580 49
    # warning RequireThis Reference to instance variable 'sealAlg' needs "this.". 630 50
    # warning RequireThis Reference to instance variable 'etype' needs "this.". 660 49
    # warning RequireThis Reference to instance variable 'sealAlg' needs "this.". 700 50
    # warning RequireThis Reference to instance variable 'etype' needs "this.". 726 45
    # warning RequireThis Reference to instance variable 'sealAlg' needs "this.". 773 50
    # warning RequireThis Reference to instance variable 'etype' needs "this.". 802 49

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/jgss/krb5/MessageToken_v2.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ec' needs "this.". 250 35
    # warning RequireThis Reference to instance variable 'tokenDataLen' needs "this.". 378 19
    # warning RequireThis Reference to instance variable 'tokenDataLen' needs "this.". 379 24
    # warning RequireThis Reference to instance variable 'rrc' needs "this.". 382 71
    # warning RequireThis Reference to instance variable 'rrc' needs "this.". 383 66

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/jgss/krb5/WrapToken.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dataSize' needs "this.". 231 23
    # warning RequireThis Reference to instance variable 'tokenLen' needs "this.". 231 48
    # warning RequireThis Reference to instance variable 'dataSize' needs "this.". 261 48
    # warning RequireThis Reference to instance variable 'dataLen' needs "this.". 507 53
    # warning RequireThis Reference to instance variable 'dataSize' needs "this.". 512 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/jgss/spnego/NegTokenTarg.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'supportedMech' needs "this.". 173 64

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/jgss/spnego/SpNegoContext.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'internal_mech' needs "this.". 423 35
    # warning RequireThis Reference to instance variable 'internal_mech' needs "this.". 562 35
    # warning RequireThis Reference to instance variable 'state' needs "this.". 629 71

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/jgss/wrapper/GSSNameElement.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'printableName' needs "this.". 153 47
    # warning RequireThis Reference to instance variable 'printableType' needs "this.". 154 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/krb5/Checksum.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cksumType' needs "this.". 333 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/krb5/Config.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'stanzaTable' needs "this.". 847 30
    # warning RequireThis Reference to instance variable 'stanzaTable' needs "this.". 851 34
    # warning RequireThis Reference to instance variable 'stanzaTable' needs "this.". 854 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/krb5/EncryptionKey.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'keyType' needs "this.". 484 55
    # warning RequireThis Reference to instance variable 'kvno' needs "this.". 485 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/krb5/KdcComm.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'realm' needs "this.". 212 66
    # warning RequireThis Reference to instance variable 'retries' needs "this.". 366 32
    # warning RequireThis Reference to instance variable 'kdc' needs "this.". 371 71
    # warning RequireThis Reference to instance variable 'port' needs "this.". 373 31
    # warning RequireThis Reference to instance variable 'timeout' needs "this.". 374 30
    # warning RequireThis Reference to instance variable 'retries' needs "this.". 393 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/krb5/KrbException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'returnCode' needs "this.". 95 63
    # warning RequireThis Reference to instance variable 'returnCode' needs "this.". 132 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/krb5/internal/AuthorizationDataEntry.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'adType' needs "this.". 122 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/krb5/internal/HostAddress.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'addrType' needs "this.". 83 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/krb5/internal/KRBError.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'suSec' needs "this.". 450 49
    # warning RequireThis Reference to instance variable 'errorCode' needs "this.". 451 54
    # warning RequireThis Reference to instance variable 'msgType' needs "this.". 471 51
    # warning RequireThis Reference to instance variable 'pvno' needs "this.". 571 32
    # warning RequireThis Reference to instance variable 'msgType' needs "this.". 572 32
    # warning RequireThis Reference to instance variable 'errorCode' needs "this.". 577 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/krb5/internal/KerberosTime.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'microSeconds' needs "this.". 222 39
    # warning RequireThis Reference to instance variable 'microSeconds' needs "this.". 295 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/krb5/internal/ccache/Tag.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'tagLen' needs "this.". 53 23
    # warning RequireThis Reference to instance variable 'tagLen' needs "this.". 58 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/krb5/internal/rcache/AuthTime.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'kerberosTime' needs "this.". 61 48
    # warning RequireThis Reference to instance variable 'cusec' needs "this.". 62 44
    # warning RequireThis Reference to instance variable 'cusec' needs "this.". 78 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/pkcs/ContentInfo.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'contentType' needs "this.". 174 62
    # warning RequireThis Reference to instance variable 'contentType' needs "this.". 214 60
    # warning RequireThis Reference to instance variable 'content' needs "this.". 215 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/pkcs/PKCS10.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'subject' needs "this.". 306 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/pkcs/PKCS7.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'contentType' needs "this.". 164 58

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/pkcs/SignerInfo.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'issuerName' needs "this.". 451 47
    # warning RequireThis Reference to instance variable 'digestAlgorithmId' needs "this.". 455 42
    # warning RequireThis Reference to instance variable 'authenticatedAttributes' needs "this.". 457 52
    # warning RequireThis Reference to instance variable 'digestEncryptionAlgorithmId' needs "this.". 460 52
    # warning RequireThis Reference to instance variable 'unauthenticatedAttributes' needs "this.". 467 20

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/pkcs/SigningCertificateInfo.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'issuer' needs "this.". 161 44
    # warning RequireThis Reference to instance variable 'serialNumber' needs "this.". 162 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/pkcs11/Config.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 226 31
    # warning RequireThis Reference to instance variable 'library' needs "this.". 226 58
    # warning RequireThis Reference to instance variable 'st' needs "this.". 358 55
    # warning RequireThis Reference to instance variable 'description' needs "this.". 670 33
    # warning RequireThis Reference to instance variable 'slotID' needs "this.". 684 26
    # warning RequireThis Reference to instance variable 'slotListIndex' needs "this.". 698 35
    # warning RequireThis Reference to instance variable 'nssArgs' needs "this.". 959 29
    # warning RequireThis Reference to instance variable 'handleStartupErrors' needs "this.". 975 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/pkcs11/P11Cipher.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 100 37
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 102 61
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 105 44
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 373 34
    # warning RequireThis Reference to instance variable 'bytesBuffered' needs "this.". 448 30
    # warning RequireThis Reference to instance variable 'bytesBuffered' needs "this.". 462 30
    # warning RequireThis Reference to instance variable 'padBufferLen' needs "this.". 561 66
    # warning RequireThis Reference to instance variable 'padBufferLen' needs "this.". 664 66
    # warning RequireThis Reference to instance variable 'bytesBuffered' needs "this.". 734 46
    # warning RequireThis Reference to instance variable 'bytesBuffered' needs "this.". 799 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/pkcs11/P11Digest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'digestLength' needs "this.". 182 19
    # warning RequireThis Reference to instance variable 'digestLength' needs "this.". 183 68
    # warning RequireThis Reference to instance variable 'digestLength' needs "this.". 198 22
    # warning RequireThis Reference to instance variable 'token' needs "this.". 254 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/pkcs11/P11ECDHKeyAgreement.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'secretLen' needs "this.". 154 22
    # warning RequireThis Reference to instance variable 'secretLen' needs "this.". 155 54

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/pkcs11/P11Key.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'algorithm' needs "this.". 202 54
    # warning RequireThis Reference to instance variable 'type' needs "this.". 202 72
    # warning RequireThis Reference to instance variable 'keyLength' needs "this.". 203 30
    # warning RequireThis Reference to instance variable 'keyID' needs "this.". 204 25
    # warning RequireThis Reference to instance variable 'n' needs "this.". 672 58
    # warning RequireThis Reference to instance variable 'e' needs "this.". 673 45
    # warning RequireThis Reference to instance variable 'y' needs "this.". 733 52
    # warning RequireThis Reference to instance variable 'x' needs "this.". 794 52
    # warning RequireThis Reference to instance variable 'x' needs "this.". 856 52
    # warning RequireThis Reference to instance variable 'y' needs "this.". 918 52
    # warning RequireThis Reference to instance variable 's' needs "this.". 978 40
    # warning RequireThis Reference to instance variable 'params' needs "this.". 979 36
    # warning RequireThis Reference to instance variable 'params' needs "this.". 1065 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/pkcs11/P11KeyAgreement.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'secretLen' needs "this.". 219 22
    # warning RequireThis Reference to instance variable 'secretLen' needs "this.". 220 54

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/pkcs11/P11KeyFactory.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'algorithm' needs "this.". 114 45
    # warning RequireThis Reference to instance variable 'token' needs "this.". 118 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/pkcs11/P11KeyGenerator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mechanism' needs "this.". 196 64
    # warning RequireThis Reference to instance variable 'significantKeySize' needs "this.". 240 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/pkcs11/P11KeyPairGenerator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'algorithm' needs "this.". 173 65
    # warning RequireThis Reference to instance variable 'algorithm' needs "this.". 305 65

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/pkcs11/P11KeyStore.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'label' needs "this.". 206 37
    # warning RequireThis Reference to instance variable 'trusted' needs "this.". 212 39
    # warning RequireThis Reference to instance variable 'matched' needs "this.". 213 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/pkcs11/P11RSACipher.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'p11Key' needs "this.". 217 66
    # warning RequireThis Reference to instance variable 'maxInputSize' needs "this.". 316 30
    # warning RequireThis Reference to instance variable 'maxInputSize' needs "this.". 326 22
    # warning RequireThis Reference to instance variable 'maxInputSize' needs "this.". 328 29
    # warning RequireThis Reference to instance variable 'maxInputSize' needs "this.". 480 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/pkcs11/P11SecureRandom.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastRead' needs "this.". 133 38
    # warning RequireThis Reference to instance variable 'buffered' needs "this.". 172 58

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/pkcs11/P11Signature.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'algorithm' needs "this.". 342 70
    # warning RequireThis Reference to instance variable 'p11Key' needs "this.". 357 56
    # warning RequireThis Reference to instance variable 'p11Key' needs "this.". 379 57

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/pkcs11/Secmod.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nssHandle' needs "this.". 204 52
    # warning RequireThis Reference to instance variable 'slot' needs "this.". 414 64
    # warning RequireThis Reference to instance variable 'type' needs "this.". 429 70
    # warning RequireThis Reference to instance variable 'type' needs "this.". 549 33
    # warning RequireThis Reference to instance variable 'libraryName' needs "this.". 549 47
    # warning RequireThis Reference to instance variable 'slot' needs "this.". 549 73

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/pkcs11/Session.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastAccess' needs "this.". 82 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/pkcs11/SessionManager.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxSessions' needs "this.". 142 34
    # warning RequireThis Reference to instance variable 'activeSessions' needs "this.". 165 19
    # warning RequireThis Reference to instance variable 'activeSessions' needs "this.". 190 17
    # warning RequireThis Reference to instance variable 'maxSessions' needs "this.". 203 36
    # warning RequireThis Reference to instance variable 'maxActiveSessions' needs "this.". 211 34
    # warning RequireThis Reference to instance variable 'maxActiveSessions' needs "this.". 214 60

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/pkcs11/SunPKCS11.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'algorithm' needs "this.". 429 33
    # warning RequireThis Reference to instance variable 'slotID' needs "this.". 794 56
    # warning RequireThis Reference to instance variable 'slotID' needs "this.". 800 52
    # warning RequireThis Reference to instance variable 'token' needs "this.". 1041 71
    # warning RequireThis Reference to instance variable 'providerName' needs "this.". 1389 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/pkcs11/TemplateManager.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'operation' needs "this.". 178 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/pkcs11/Token.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastLoginCheck' needs "this.". 168 20
    # warning RequireThis Reference to instance variable 'lastPresentCheck' needs "this.". 228 21
    # warning RequireThis Reference to instance variable 'lastPresentCheck' needs "this.". 230 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/pkcs11/wrapper/PKCS11.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pkcs11ModulePath' needs "this.". 1461 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/provider/DigestBase.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'bufOfs' needs "this.". 126 47
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 131 27
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 138 23
    # warning RequireThis Reference to instance variable 'digestLength' needs "this.". 176 19
    # warning RequireThis Reference to instance variable 'digestLength' needs "this.". 178 19
    # warning RequireThis Reference to instance variable 'algorithm' needs "this.". 178 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/provider/PolicyFile.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'type' needs "this.". 2388 41
    # warning RequireThis Reference to instance variable 'name' needs "this.". 2388 54
    # warning RequireThis Reference to instance variable 'actions' needs "this.". 2388 67

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/provider/PolicyParser.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'keyStoreType' needs "this.". 389 32
    # warning RequireThis Reference to instance variable 'keyStoreProvider' needs "this.". 391 32
    # warning RequireThis Reference to instance variable 'principalName' needs "this.". 1004 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/provider/SeedGenerator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'deviceName' needs "this.". 487 59
    # warning RequireThis Reference to instance variable 'deviceName' needs "this.". 529 71
    # warning RequireThis Reference to instance variable 'deviceName' needs "this.". 534 63

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/provider/certpath/ConstraintsChecker.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'certPathLength' needs "this.". 142 38
    # warning RequireThis Reference to instance variable 'prevNC' needs "this.". 145 45
    # warning RequireThis Reference to instance variable 'i' needs "this.". 225 36
    # warning RequireThis Reference to instance variable 'maxPathLength' needs "this.". 226 48
    # warning RequireThis Reference to instance variable 'certPathLength' needs "this.". 230 17
    # warning RequireThis Reference to instance variable 'maxPathLength' needs "this.". 271 37
    # warning RequireThis Reference to instance variable 'maxPathLength' needs "this.". 276 66

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/provider/certpath/ForwardState.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'issuerDN' needs "this.". 118 55
    # warning RequireThis Reference to instance variable 'traversedCACerts' needs "this.". 119 50
    # warning RequireThis Reference to instance variable 'subjectNamesTraversed' needs "this.". 123 57

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/provider/certpath/OCSPResponse.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'responseStatus' needs "this.". 186 54
    # warning RequireThis Reference to instance variable 'revocationTime' needs "this.". 542 57
    # warning RequireThis Reference to instance variable 'revocationReason' needs "this.". 543 59
    # warning RequireThis Reference to instance variable 'nextUpdate' needs "this.". 615 41
    # warning RequireThis Reference to instance variable 'thisUpdate' needs "this.". 618 21
    # warning RequireThis Reference to instance variable 'certStatus' needs "this.". 664 41
    # warning RequireThis Reference to instance variable 'revocationTime' needs "this.". 666 50
    # warning RequireThis Reference to instance variable 'revocationReason' needs "this.". 667 52
    # warning RequireThis Reference to instance variable 'thisUpdate' needs "this.". 669 42
    # warning RequireThis Reference to instance variable 'nextUpdate' needs "this.". 671 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/provider/certpath/PolicyChecker.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'certIndex' needs "this.". 203 19
    # warning RequireThis Reference to instance variable 'explicitPolicy' needs "this.". 205 41
    # warning RequireThis Reference to instance variable 'policyMapping' needs "this.". 207 40
    # warning RequireThis Reference to instance variable 'inhibitAnyPolicy' needs "this.". 209 43
    # warning RequireThis Reference to instance variable 'rootNode' needs "this.". 211 37
    # warning RequireThis Reference to instance variable 'certPathLen' needs "this.". 221 43
    # warning RequireThis Reference to instance variable 'explicitPolicy' needs "this.". 239 41
    # warning RequireThis Reference to instance variable 'policyMapping' needs "this.". 241 40
    # warning RequireThis Reference to instance variable 'inhibitAnyPolicy' needs "this.". 243 43
    # warning RequireThis Reference to instance variable 'rootNode' needs "this.". 245 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/provider/certpath/ReverseState.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'subjectDN' needs "this.". 127 56
    # warning RequireThis Reference to instance variable 'certIndex' needs "this.". 130 43
    # warning RequireThis Reference to instance variable 'explicitPolicy' needs "this.". 131 48
    # warning RequireThis Reference to instance variable 'policyMapping' needs "this.". 132 48
    # warning RequireThis Reference to instance variable 'inhibitAnyPolicy' needs "this.". 133 51
    # warning RequireThis Reference to instance variable 'rootNode' needs "this.". 134 42
    # warning RequireThis Reference to instance variable 'remainingCACerts' needs "this.". 135 50
    # warning RequireThis Reference to instance variable 'crlSign' needs "this.". 136 41
    # warning RequireThis Reference to instance variable 'init' needs "this.". 137 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/provider/certpath/URICertStore.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastChecked' needs "this.". 266 20
    # warning RequireThis Reference to instance variable 'lastModified' needs "this.". 283 40
    # warning RequireThis Reference to instance variable 'lastChecked' needs "this.". 385 20
    # warning RequireThis Reference to instance variable 'lastModified' needs "this.". 402 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/provider/certpath/Vertex.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'index' needs "this.". 236 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/provider/certpath/X509CertificatePair.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'forward' needs "this.". 213 39
    # warning RequireThis Reference to instance variable 'reverse' needs "this.". 215 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/provider/certpath/ldap/LDAPCertStore.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cacheMisses' needs "LDAPCertStore.this.". 309 40
    # warning RequireThis Reference to instance variable 'cacheHits' needs "LDAPCertStore.this.". 310 53
    # warning RequireThis Reference to instance variable 'cacheMisses' needs "LDAPCertStore.this.". 311 27
    # warning RequireThis Reference to instance variable 'name' needs "this.". 344 50
    # warning RequireThis Reference to instance variable 'requestedAttributes' needs "this.". 344 63
    # warning RequireThis Reference to instance variable 'requests' needs "LDAPCertStore.this.". 347 60

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/rsa/RSAKeyPairGenerator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'keySize' needs "this.". 143 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/rsa/RSAPadding.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxDataSize' needs "this.". 235 27
    # warning RequireThis Reference to instance variable 'paddedSize' needs "this.". 264 30
    # warning RequireThis Reference to instance variable 'paddedSize' needs "this.". 265 70
    # warning RequireThis Reference to instance variable 'type' needs "this.". 327 28
    # warning RequireThis Reference to instance variable 'maxDataSize' needs "this.". 343 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/rsa/RSAPrivateKeyImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'n' needs "this.". 105 19
    # warning RequireThis Reference to instance variable 'd' needs "this.". 105 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/rsa/RSAPublicKeyImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'n' needs "this.". 126 19
    # warning RequireThis Reference to instance variable 'e' needs "this.". 126 49

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/smartcardio/CardImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'protocol' needs "this.". 140 42
    # warning RequireThis Reference to instance variable 'state' needs "this.". 260 60

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/smartcardio/ChannelImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'channel' needs "this.". 260 73
    # warning RequireThis Reference to instance variable 'channel' needs "this.". 289 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/smartcardio/TerminalImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 141 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/ssl/CipherBox.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 416 34
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 421 52
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 422 60
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 486 34
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 495 53
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 496 66
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 497 42
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 499 54
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 500 43
    # warning RequireThis Reference to instance variable 'blockSize' needs "this.". 504 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/ssl/CipherSuite.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'priority' needs "this.". 206 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/ssl/EngineArgs.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'len' needs "this.". 156 45
    # warning RequireThis Reference to instance variable 'len' needs "this.". 173 45
    # warning RequireThis Reference to instance variable 'netPos' needs "this.". 192 38
    # warning RequireThis Reference to instance variable 'len' needs "this.". 202 43
    # warning RequireThis Reference to instance variable 'len' needs "this.". 215 43
    # warning RequireThis Reference to instance variable 'len' needs "this.". 228 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/ssl/EphemeralKeyManager.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'expirationTime' needs "this.". 109 53

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/ssl/HandshakeMessage.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'protocolVersion' needs "this.". 308 41
    # warning RequireThis Reference to instance variable 'cipherSuites' needs "this.". 317 43
    # warning RequireThis Reference to instance variable 'protocolVersion' needs "this.". 387 41
    # warning RequireThis Reference to instance variable 'cipherSuite' needs "this.". 398 42
    # warning RequireThis Reference to instance variable 'compression_method' needs "this.". 399 48
    # warning RequireThis Reference to instance variable 'curveId' needs "this.". 1024 47
    # warning RequireThis Reference to instance variable 'curveId' needs "this.". 1030 47
    # warning RequireThis Reference to instance variable 'publicKey' needs "this.". 1161 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/ssl/Handshaker.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'protocolVersion' needs "this.". 1131 19

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/ssl/HelloExtensions.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'hostname' needs "this.". 399 40
    # warning RequireThis Reference to instance variable 'type' needs "this.". 401 37
    # warning RequireThis Reference to instance variable 'listLength' needs "this.". 407 42
    # warning RequireThis Reference to instance variable 'algorithmsLen' needs "this.". 836 20

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/ssl/InputRecord.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastHashed' needs "this.". 196 25
    # warning RequireThis Reference to instance variable 'exlen' needs "this.". 350 64
    # warning RequireThis Reference to instance variable 'exlen' needs "this.". 425 58
    # warning RequireThis Reference to instance variable 'exlen' needs "this.". 501 74

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/ssl/OutputRecord.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastHashed' needs "this.". 142 27
    # warning RequireThis Reference to instance variable 'protocolVersion' needs "this.". 268 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/ssl/RSAClientKeyExchange.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'protocolVersion' needs "this.". 284 57

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/ssl/SSLContextImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'defaultServerProtocolList' needs "this.". 308 30
    # warning RequireThis Reference to instance variable 'defaultClientProtocolList' needs "this.". 309 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/ssl/SSLEngineImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'connectionState' needs "this.". 1054 29
    # warning RequireThis Reference to instance variable 'connectionState' needs "this.". 1082 31
    # warning RequireThis Reference to instance variable 'protocolVersion' needs "this.". 1703 46
    # warning RequireThis Reference to instance variable 'protocolVersion' needs "this.". 1770 46
    # warning RequireThis Reference to instance variable 'connectionState' needs "this.". 1928 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/ssl/SSLSessionImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sessionCount' needs "this.". 773 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/ssl/SSLSocketImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'connectionState' needs "this.". 1013 29
    # warning RequireThis Reference to instance variable 'connectionState' needs "this.". 1037 31
    # warning RequireThis Reference to instance variable 'closeReason' needs "this.". 1427 61
    # warning RequireThis Reference to instance variable 'protocolVersion' needs "this.". 1875 46
    # warning RequireThis Reference to instance variable 'protocolVersion' needs "this.". 1941 46
    # warning RequireThis Reference to instance variable 'connectionState' needs "this.". 2267 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/ssl/ServerHandshaker.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'clientRequestedVersion' needs "this.". 423 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/ssl/X509KeyManagerImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'checkResult' needs "this.". 462 49
    # warning RequireThis Reference to instance variable 'builderIndex' needs "this.". 466 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/ssl/krb5/KerberosPreMasterSecret.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'protocolVersion' needs "this.". 168 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/timestamp/HttpTimestamper.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'tsaUrl' needs "this.". 99 70

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/timestamp/TSResponse.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'status' needs "this.". 256 46
    # warning RequireThis Reference to instance variable 'status' needs "this.". 294 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/tools/JarSigner.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sigfile' needs "this.". 1074 41
    # warning RequireThis Reference to instance variable 'sigfile' needs "this.". 1075 41
    # warning RequireThis Reference to instance variable 'tsaUrl' needs "this.". 1277 72
    # warning RequireThis Reference to instance variable 'baseName' needs "this.". 2171 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/tools/KeyTool.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 306 26
    # warning RequireThis Reference to instance variable 'ksfname' needs "this.". 726 66
    # warning RequireThis Reference to instance variable 'ksfname' needs "this.". 737 69
    # warning RequireThis Reference to instance variable 'srcksfname' needs "this.". 1788 33
    # warning RequireThis Reference to instance variable 'sslserver' needs "this.". 2375 38
    # warning RequireThis Reference to instance variable 'command' needs "this.". 4059 45
    # warning RequireThis Reference to instance variable 'fst' needs "this.". 4193 26
    # warning RequireThis Reference to instance variable 'snd' needs "this.". 4193 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/util/BitArray.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'length' needs "this.". 110 27
    # warning RequireThis Reference to instance variable 'length' needs "this.". 128 35
    # warning RequireThis Reference to instance variable 'length' needs "this.". 140 35
    # warning RequireThis Reference to instance variable 'length' needs "this.". 179 26
    # warning RequireThis Reference to instance variable 'length' needs "this.". 193 27
    # warning RequireThis Reference to instance variable 'length' needs "this.". 258 61

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/util/Cache.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lifetime' needs "this.". 355 70
    # warning RequireThis Reference to instance variable 'maxSize' needs "this.". 362 46
    # warning RequireThis Reference to instance variable 'maxSize' needs "this.". 364 35
    # warning RequireThis Reference to instance variable 'expirationTime' needs "this.". 492 45
    # warning RequireThis Reference to instance variable 'expirationTime' needs "this.". 528 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/util/DerIndefLenConverter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dataSize' needs "this.". 93 24
    # warning RequireThis Reference to instance variable 'dataSize' needs "this.". 133 24
    # warning RequireThis Reference to instance variable 'dataSize' needs "this.". 149 24
    # warning RequireThis Reference to instance variable 'dataPos' needs "this.". 161 29
    # warning RequireThis Reference to instance variable 'dataSize' needs "this.". 178 24
    # warning RequireThis Reference to instance variable 'dataSize' needs "this.". 317 26
    # warning RequireThis Reference to instance variable 'dataPos' needs "this.". 322 37
    # warning RequireThis Reference to instance variable 'numOfTotalLenBytes' needs "this.". 328 39
    # warning RequireThis Reference to instance variable 'dataSize' needs "this.". 333 26
    # warning RequireThis Reference to instance variable 'numOfTotalLenBytes' needs "this.". 338 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/util/DerValue.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'length' needs "this.". 383 48
    # warning RequireThis Reference to instance variable 'length' needs "this.". 405 43
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 428 75
    # warning RequireThis Reference to instance variable 'length' needs "this.". 432 43
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 447 68
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 472 68
    # warning RequireThis Reference to instance variable 'length' needs "this.". 480 35
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 499 72
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 511 75
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 524 75
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 536 37
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 549 62
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 562 62
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 604 42
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 621 42
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 648 64
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 661 53
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 674 53
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 688 53
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 704 56
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 718 67
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 730 76
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 743 74
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 817 46
    # warning RequireThis Reference to instance variable 'length' needs "this.". 818 43
    # warning RequireThis Reference to instance variable 'tag' needs "this.". 847 70

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/util/DisabledAlgorithmConstraints.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'minSize' needs "this.". 477 33
    # warning RequireThis Reference to instance variable 'maxSize' needs "this.". 477 53

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/util/ManifestEntryVerifier.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 213 36
    # warning RequireThis Reference to instance variable 'name' needs "this.". 221 66

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/util/SignatureFileVerifier.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 221 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/validator/EndEntityChecker.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'variant' needs "this.". 153 66

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/x509/AuthorityInfoAccessExtension.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'accessDescriptions' needs "this.". 237 18

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/x509/BasicConstraintsExtension.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pathLen' needs "this.". 178 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/x509/CRLDistributionPointsExtension.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'extensionName' needs "this.". 234 50
    # warning RequireThis Reference to instance variable 'extensionName' needs "this.". 248 50
    # warning RequireThis Reference to instance variable 'extensionName' needs "this.". 261 50
    # warning RequireThis Reference to instance variable 'extensionName' needs "this.". 295 35
    # warning RequireThis Reference to instance variable 'distributionPoints' needs "this.". 296 18

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/x509/CRLNumberExtension.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'extensionName' needs "this.". 150 53
    # warning RequireThis Reference to instance variable 'extensionName' needs "this.". 164 53
    # warning RequireThis Reference to instance variable 'extensionName' needs "this.". 176 53
    # warning RequireThis Reference to instance variable 'extensionLabel' needs "this.". 185 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/x509/CertException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'verfCode' needs "this.". 152 40
    # warning RequireThis Reference to instance variable 'moreData' needs "this.". 171 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/x509/CertificateExtensions.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 370 34
    # warning RequireThis Reference to instance variable 'why' needs "this.". 370 64

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/x509/DNSName.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 133 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/x509/DistributionPoint.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fullName' needs "this.". 391 53
    # warning RequireThis Reference to instance variable 'relativeName' needs "this.". 394 53
    # warning RequireThis Reference to instance variable 'crlIssuer' needs "this.". 406 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/x509/DistributionPointName.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fullName' needs "this.". 234 57
    # warning RequireThis Reference to instance variable 'relativeName' needs "this.". 237 57

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/x509/EDIPartyName.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'myhash' needs "this.". 202 31
    # warning RequireThis Reference to instance variable 'assigner' needs "this.". 214 43
    # warning RequireThis Reference to instance variable 'party' needs "this.". 215 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/x509/GeneralSubtree.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'minimum' needs "this.". 132 33
    # warning RequireThis Reference to instance variable 'maximum' needs "this.". 136 42
    # warning RequireThis Reference to instance variable 'myhash' needs "this.". 175 31
    # warning RequireThis Reference to instance variable 'myhash' needs "this.". 178 31
    # warning RequireThis Reference to instance variable 'minimum' needs "this.". 178 40
    # warning RequireThis Reference to instance variable 'myhash' needs "this.". 181 31
    # warning RequireThis Reference to instance variable 'maximum' needs "this.". 181 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/x509/InhibitAnyPolicyExtension.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'skipCerts' needs "this.". 163 63

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/x509/OtherName.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'myhash' needs "this.". 212 31
    # warning RequireThis Reference to instance variable 'name' needs "this.". 222 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/x509/RFC822Name.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 127 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/x509/SubjectInfoAccessExtension.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'accessDescriptions' needs "this.". 241 18

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/security/x509/X509CRLEntryImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'certIssuer' needs "this.". 299 54

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/swing/BakedArrayList.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable '_hashCode' needs "this.". 71 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/swing/FilePane.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastTime' needs "this.". 154 24
    # warning RequireThis Reference to instance variable 'timeFactor' needs "this.". 154 35
    # warning RequireThis Reference to instance variable 'detailsTable' needs "this.". 372 37
    # warning RequireThis Reference to instance variable 'list' needs "this.". 372 62
    # warning RequireThis Reference to instance variable 'viewType' needs "this.". 1745 70

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/swing/ImageCache.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxCount' needs "this.". 75 31
    # warning RequireThis Reference to instance variable 'config' needs "this.". 128 43
    # warning RequireThis Reference to instance variable 'image' needs "this.". 129 34
    # warning RequireThis Reference to instance variable 'w' needs "this.". 130 30
    # warning RequireThis Reference to instance variable 'h' needs "this.". 130 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/swing/MenuItemLayoutHelper.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'gap' needs "this.". 295 65
    # warning RequireThis Reference to instance variable 'leadingGap' needs "this.". 441 35
    # warning RequireThis Reference to instance variable 'afterCheckIconGap' needs "this.". 442 19
    # warning RequireThis Reference to instance variable 'gap' needs "this.". 442 59
    # warning RequireThis Reference to instance variable 'minTextOffset' needs "this.". 451 22
    # warning RequireThis Reference to instance variable 'gap' needs "this.". 577 50
    # warning RequireThis Reference to instance variable 'gap' needs "this.". 578 50
    # warning RequireThis Reference to instance variable 'minTextOffset' needs "this.". 586 46
    # warning RequireThis Reference to instance variable 'gap' needs "this.". 610 51
    # warning RequireThis Reference to instance variable 'minTextOffset' needs "this.". 618 47
    # warning RequireThis Reference to instance variable 'gap' needs "this.". 642 50
    # warning RequireThis Reference to instance variable 'gap' needs "this.". 643 50
    # warning RequireThis Reference to instance variable 'minTextOffset' needs "this.". 652 46
    # warning RequireThis Reference to instance variable 'gap' needs "this.". 676 51
    # warning RequireThis Reference to instance variable 'minTextOffset' needs "this.". 684 47
    # warning RequireThis Reference to instance variable 'width' needs "this.". 1319 28
    # warning RequireThis Reference to instance variable 'height' needs "this.". 1319 44
    # warning RequireThis Reference to instance variable 'origWidth' needs "this.". 1320 23
    # warning RequireThis Reference to instance variable 'maxWidth' needs "this.". 1320 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/swing/plaf/synth/SynthFileChooserUI.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'style' needs "this.". 105 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/swing/plaf/synth/SynthFileChooserUIImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'topMargin' needs "this.". 1015 54
    # warning RequireThis Reference to instance variable 'hGap' needs "this.". 1056 62

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/swing/text/CompoundPrintable.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 52 69

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/swing/text/TextComponentPrintable.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'start' needs "this.". 829 36
    # warning RequireThis Reference to instance variable 'end' needs "this.". 830 36
    # warning RequireThis Reference to instance variable 'start' needs "this.". 836 41
    # warning RequireThis Reference to instance variable 'end' needs "this.". 836 56

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/text/CodePointIterator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 98 21
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 100 59
    # warning RequireThis Reference to instance variable 'start' needs "this.". 113 21
    # warning RequireThis Reference to instance variable 'start' needs "this.". 115 58

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/text/IntHashtable.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'highWaterMark' needs "this.". 58 21
    # warning RequireThis Reference to instance variable 'lowWaterMark' needs "this.". 79 25
    # warning RequireThis Reference to instance variable 'count' needs "this.". 98 29
    # warning RequireThis Reference to instance variable 'defaultValue' needs "this.". 98 60
    # warning RequireThis Reference to instance variable 'highWaterMark' needs "this.". 195 21
    # warning RequireThis Reference to instance variable 'lowWaterMark' needs "this.". 197 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/text/bidi/BidiBase.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'originalLength' needs "this.". 1235 25
    # warning RequireThis Reference to instance variable 'originalLength' needs "this.". 1285 25
    # warning RequireThis Reference to instance variable 'length' needs "this.". 1400 29
    # warning RequireThis Reference to instance variable 'length' needs "this.". 1419 29
    # warning RequireThis Reference to instance variable 'length' needs "this.". 1485 35
    # warning RequireThis Reference to instance variable 'length' needs "this.". 1553 25
    # warning RequireThis Reference to instance variable 'length' needs "this.". 1582 46
    # warning RequireThis Reference to instance variable 'length' needs "this.". 2611 38
    # warning RequireThis Reference to instance variable 'length' needs "this.". 2614 33
    # warning RequireThis Reference to instance variable 'length' needs "this.". 2637 35
    # warning RequireThis Reference to instance variable 'length' needs "this.". 2913 43
    # warning RequireThis Reference to instance variable 'runCount' needs "this.". 3282 27
    # warning RequireThis Reference to instance variable 'direction' needs "this.". 3416 31
    # warning RequireThis Reference to instance variable 'paraLevel' needs "this.". 3417 37
    # warning RequireThis Reference to instance variable 'length' needs "this.". 3418 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/text/normalizer/NormalizerBase.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'bufferLimit' needs "this.". 799 22
    # warning RequireThis Reference to instance variable 'bufferLimit' needs "this.". 814 22
    # warning RequireThis Reference to instance variable 'bufferLimit' needs "this.". 934 22
    # warning RequireThis Reference to instance variable 'bufferLimit' needs "this.". 1511 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/text/normalizer/RuleCharacterIterator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'bufPos' needs "this.". 304 57

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/text/normalizer/Trie.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'm_dataOffset_' needs "this.". 338 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/text/normalizer/TrieIterator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'm_initialValue_' needs "this.". 313 37
    # warning RequireThis Reference to instance variable 'm_initialValue_' needs "this.". 344 37
    # warning RequireThis Reference to instance variable 'm_nextBlockIndex_' needs "this.". 387 53
    # warning RequireThis Reference to instance variable 'm_currentCodepoint_' needs "this.". 414 33
    # warning RequireThis Reference to instance variable 'm_initialValue_' needs "this.". 421 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/text/normalizer/UCharacterProperty.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'm_additionalColumnsCount_' needs "this.". 179 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/text/normalizer/UCharacterPropertyReader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'm_propertyOffset_' needs "this.". 124 41
    # warning RequireThis Reference to instance variable 'm_exceptionOffset_' needs "this.". 128 32
    # warning RequireThis Reference to instance variable 'm_caseOffset_' needs "this.". 132 39
    # warning RequireThis Reference to instance variable 'm_additionalVectorsOffset_' needs "this.". 140 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/text/normalizer/UnicodeSetIterator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'endElement' needs "this.". 139 28
    # warning RequireThis Reference to instance variable 'endRange' needs "this.". 145 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/asm/Assembler.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxdepth' needs "this.". 266 25
    # warning RequireThis Reference to instance variable 'maxvar' needs "this.". 330 25
    # warning RequireThis Reference to instance variable 'maxvar' needs "this.". 342 26
    # warning RequireThis Reference to instance variable 'maxvar' needs "this.". 349 28
    # warning RequireThis Reference to instance variable 'maxvar' needs "this.". 763 34
    # warning RequireThis Reference to instance variable 'maxvar' needs "this.". 866 25
    # warning RequireThis Reference to instance variable 'maxvar' needs "this.". 906 34
    # warning RequireThis Reference to instance variable 'maxvar' needs "this.". 915 37
    # warning RequireThis Reference to instance variable 'maxvar' needs "this.". 920 34
    # warning RequireThis Reference to instance variable 'maxvar' needs "this.". 929 26
    # warning RequireThis Reference to instance variable 'last' needs "this.". 943 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/asm/ClassConstantData.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 77 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/asm/Instruction.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'next' needs "this.". 152 24
    # warning RequireThis Reference to instance variable 'next' needs "this.". 216 26
    # warning RequireThis Reference to instance variable 'next' needs "this.". 248 26
    # warning RequireThis Reference to instance variable 'pc' needs "this.". 738 54
    # warning RequireThis Reference to instance variable 'pc' needs "this.". 744 53
    # warning RequireThis Reference to instance variable 'pc' needs "this.". 753 47
    # warning RequireThis Reference to instance variable 'pc' needs "this.". 759 42
    # warning RequireThis Reference to instance variable 'pc' needs "this.". 771 47
    # warning RequireThis Reference to instance variable 'pc' needs "this.". 776 45
    # warning RequireThis Reference to instance variable 'value' needs "this.". 822 61
    # warning RequireThis Reference to instance variable 'value' needs "this.". 824 59

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/asm/Label.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ID' needs "this.". 112 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/asm/LocalVariable.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'slot' needs "this.". 64 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/asm/LocalVariableTable.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'len' needs "this.". 53 30
    # warning RequireThis Reference to instance variable 'len' needs "this.". 81 25
    # warning RequireThis Reference to instance variable 'len' needs "this.". 82 31
    # warning RequireThis Reference to instance variable 'len' needs "this.". 123 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/asm/StringConstantData.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'str' needs "this.". 69 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/asm/SwitchData.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'minValue' needs "this.". 69 21
    # warning RequireThis Reference to instance variable 'maxValue' needs "this.". 72 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/jar/SignatureFile.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'rawName' needs "this.". 210 30
    # warning RequireThis Reference to instance variable 'rawName' needs "this.". 224 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/java/Identifier.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 316 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/java/Imports.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'currentPackage' needs "this.". 420 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/java/Package.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'binaryPath' needs "this.". 99 27
    # warning RequireThis Reference to instance variable 'pkg' needs "this.". 159 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/java/Scanner.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ch' needs "this.". 790 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/java/ScannerInputReader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numChars' needs "this.". 108 29
    # warning RequireThis Reference to instance variable 'numChars' needs "this.". 140 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/java/Type.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'typeCode' needs "this.". 412 56

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/javac/BatchEnvironment.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sourcePath' needs "this.". 1050 53
    # warning RequireThis Reference to instance variable 'nwarnings' needs "this.". 1170 42
    # warning RequireThis Reference to instance variable 'nwarnings' needs "this.". 1351 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/javac/BatchParser.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sourceClass' needs "this.". 135 59
    # warning RequireThis Reference to instance variable 'sourceClass' needs "this.". 214 58
    # warning RequireThis Reference to instance variable 'sourceClass' needs "this.". 231 57
    # warning RequireThis Reference to instance variable 'sourceClass' needs "this.". 241 56

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/javac/CompilerMember.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sig' needs "this.". 63 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/javac/SourceMember.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'status' needs "this.". 401 62
    # warning RequireThis Reference to instance variable 'status' needs "this.". 424 61
    # warning RequireThis Reference to instance variable 'status' needs "this.". 435 62

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/jconsole/ConnectDialog.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'localRadioButton' needs "ConnectDialog.this.". 184 48
    # warning RequireThis Reference to instance variable 'remoteTF' needs "this.". 533 23
    # warning RequireThis Reference to instance variable 'vmTable' needs "this.". 535 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/jconsole/CreateMBeanDialog.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cancelButton' needs "this.". 143 31
    # warning RequireThis Reference to instance variable 'createMBeanButton' needs "CreateMBeanDialog.this.". 150 50
    # warning RequireThis Reference to instance variable 'unregisterMBeanButton' needs "CreateMBeanDialog.this.". 156 54

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/jconsole/InternalDialog.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'gap' needs "this.". 106 42
    # warning RequireThis Reference to instance variable 'gap' needs "this.". 118 47
    # warning RequireThis Reference to instance variable 'gap' needs "this.". 119 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/jconsole/JConsole.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'hotspotMI' needs "this.". 321 20
    # warning RequireThis Reference to instance variable 'connectButton' needs "this.". 325 20
    # warning RequireThis Reference to instance variable 'connectMI' needs "this.". 325 44
    # warning RequireThis Reference to instance variable 'tileMI' needs "this.". 339 27
    # warning RequireThis Reference to instance variable 'cascadeMI' needs "this.". 341 27
    # warning RequireThis Reference to instance variable 'minimizeAllMI' needs "this.". 343 27
    # warning RequireThis Reference to instance variable 'restoreAllMI' needs "this.". 351 27
    # warning RequireThis Reference to instance variable 'exitMI' needs "this.". 359 27
    # warning RequireThis Reference to instance variable 'userGuideMI' needs "this.". 361 27
    # warning RequireThis Reference to instance variable 'aboutMI' needs "this.". 363 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/jconsole/LocalVirtualMachine.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'vmid' needs "this.". 97 63

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/jconsole/MemoryTab.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'heapPlotter' needs "MemoryTab.this.". 312 47
    # warning RequireThis Reference to instance variable 'nonHeapPlotter' needs "MemoryTab.this.". 314 47
    # warning RequireThis Reference to instance variable 'heapPlotter' needs "MemoryTab.this.". 376 40
    # warning RequireThis Reference to instance variable 'gcButton' needs "this.". 448 20
    # warning RequireThis Reference to instance variable 'bottomMargin' needs "this.". 499 79
    # warning RequireThis Reference to instance variable 'groupGap' needs "this.". 500 60
    # warning RequireThis Reference to instance variable 'bottomMargin' needs "this.". 500 79
    # warning RequireThis Reference to instance variable 'barGap' needs "this.". 519 65
    # warning RequireThis Reference to instance variable 'barWidth' needs "this.". 521 51
    # warning RequireThis Reference to instance variable 'barGap' needs "this.". 521 81
    # warning RequireThis Reference to instance variable 'groupGap' needs "this.". 522 68
    # warning RequireThis Reference to instance variable 'leftMargin' needs "this.". 524 56
    # warning RequireThis Reference to instance variable 'barGap' needs "this.". 524 97
    # warning RequireThis Reference to instance variable 'barWidth' needs "this.". 526 57
    # warning RequireThis Reference to instance variable 'barGap' needs "this.". 526 90
    # warning RequireThis Reference to instance variable 'bottomMargin' needs "this.". 601 39
    # warning RequireThis Reference to instance variable 'barHeight' needs "this.". 601 60
    # warning RequireThis Reference to instance variable 'heapPlotter' needs "MemoryTab.this.". 658 28
    # warning RequireThis Reference to instance variable 'nonHeapPlotter' needs "MemoryTab.this.". 660 35
    # warning RequireThis Reference to instance variable 'bottomMargin' needs "this.". 672 43
    # warning RequireThis Reference to instance variable 'barHeight' needs "this.". 672 58
    # warning RequireThis Reference to instance variable 'rightMargin' needs "this.". 677 70

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/jconsole/OutputViewer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 121 50
    # warning RequireThis Reference to instance variable 'name' needs "this.". 124 32
    # warning RequireThis Reference to instance variable 'name' needs "this.". 127 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/jconsole/Plotter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'viewRange' needs "this.". 230 24
    # warning RequireThis Reference to instance variable 'viewRange' needs "this.". 237 43
    # warning RequireThis Reference to instance variable 'saveAsMI' needs "this.". 278 20
    # warning RequireThis Reference to instance variable 'leftMargin' needs "this.". 360 31
    # warning RequireThis Reference to instance variable 'rightMargin' needs "this.". 360 42
    # warning RequireThis Reference to instance variable 'topMargin' needs "this.". 361 32
    # warning RequireThis Reference to instance variable 'bottomMargin' needs "this.". 361 42
    # warning RequireThis Reference to instance variable 'rightMargin' needs "this.". 385 28
    # warning RequireThis Reference to instance variable 'leftMargin' needs "this.". 385 40
    # warning RequireThis Reference to instance variable 'topMargin' needs "this.". 386 29
    # warning RequireThis Reference to instance variable 'bottomMargin' needs "this.". 386 39
    # warning RequireThis Reference to instance variable 'rightMargin' needs "this.". 716 21
    # warning RequireThis Reference to instance variable 'decimals' needs "this.". 791 26
    # warning RequireThis Reference to instance variable 'decimalsMultiplier' needs "this.". 792 42
    # warning RequireThis Reference to instance variable 'size' needs "this.". 873 34
    # warning RequireThis Reference to instance variable 'size' needs "this.". 918 37
    # warning RequireThis Reference to instance variable 'size' needs "this.". 926 37
    # warning RequireThis Reference to instance variable 'size' needs "this.". 933 37
    # warning RequireThis Reference to instance variable 'size' needs "this.". 940 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/jconsole/SummaryTab.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pathSeparator' needs "this.". 336 47
    # warning RequireThis Reference to instance variable 'prevUpTime' needs "this.". 363 52
    # warning RequireThis Reference to instance variable 'prevProcessCpuTime' needs "this.". 365 59
    # warning RequireThis Reference to instance variable 'prevUpTime' needs "this.". 366 52

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/jconsole/VMPanel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'time0' needs "VMPanel.this.". 387 65

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/jconsole/inspector/XMBean.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'objectName' needs "this.". 78 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/jconsole/inspector/XMBeanAttributes.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'valueCellEditor' needs "this.". 225 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/jconsole/inspector/XMBeanNotifications.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'currentListener' needs "this.". 318 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/jconsole/inspector/XOpenTypeViewer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'col2Width' needs "this.". 214 33
    # warning RequireThis Reference to instance variable 'col1Width' needs "this.". 218 29
    # warning RequireThis Reference to instance variable 'dimension' needs "this.". 493 25
    # warning RequireThis Reference to instance variable 'size' needs "this.". 554 33
    # warning RequireThis Reference to instance variable 'dimension' needs "this.". 569 25
    # warning RequireThis Reference to instance variable 'size' needs "this.". 571 55
    # warning RequireThis Reference to instance variable 'prev' needs "this.". 737 22
    # warning RequireThis Reference to instance variable 'incr' needs "this.". 744 29
    # warning RequireThis Reference to instance variable 'decr' needs "this.". 751 29
    # warning RequireThis Reference to instance variable 'tabularNext' needs "this.". 758 29
    # warning RequireThis Reference to instance variable 'tabularPrev' needs "this.". 765 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/jconsole/inspector/XSheet.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'refreshButton' needs "this.". 734 27
    # warning RequireThis Reference to instance variable 'clearButton' needs "this.". 739 27
    # warning RequireThis Reference to instance variable 'subscribeButton' needs "this.". 744 27
    # warning RequireThis Reference to instance variable 'unsubscribeButton' needs "this.". 749 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/jconsole/inspector/XTree.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'keyPropertyList' needs "this.". 730 61
    # warning RequireThis Reference to instance variable 'domain' needs "this.". 734 59
    # warning RequireThis Reference to instance variable 'keyPropertyList' needs "this.". 786 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/jps/Arguments.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'hostname' needs "this.". 121 52

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/jstat/Arguments.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'specialOption' needs "this.". 320 54
    # warning RequireThis Reference to instance variable 'vmIdString' needs "this.". 329 51

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/jstat/ColumnFormat.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'number' needs "this.". 61 77
    # warning RequireThis Reference to instance variable 'number' needs "this.". 67 79
    # warning RequireThis Reference to instance variable 'header' needs "this.". 142 67
    # warning RequireThis Reference to instance variable 'format' needs "this.". 143 32
    # warning RequireThis Reference to instance variable 'width' needs "this.". 143 53

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/jstat/Expression.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ordinal' needs "this.". 46 48
    # warning RequireThis Reference to instance variable 'ordinal' needs "this.". 52 53
    # warning RequireThis Reference to instance variable 'ordinal' needs "this.". 63 54
    # warning RequireThis Reference to instance variable 'ordinal' needs "this.". 74 57

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/jstat/OptionFormat.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 102 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/jstat/Parser.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lookahead' needs "this.". 136 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/jstat/Scale.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'factor' needs "this.". 183 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/jstat/Token.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sval' needs "this.". 68 40
    # warning RequireThis Reference to instance variable 'sval' needs "this.". 74 41
    # warning RequireThis Reference to instance variable 'nval' needs "this.". 92 55
    # warning RequireThis Reference to instance variable 'sval' needs "this.". 98 60
    # warning RequireThis Reference to instance variable 'sval' needs "this.". 103 62

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/serialver/SerialVer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'classname_t' needs "this.". 102 26
    # warning RequireThis Reference to instance variable 'show_b' needs "this.". 105 33
    # warning RequireThis Reference to instance variable 'exit_i' needs "this.". 375 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/tree/AssignOpExpression.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'NOINC' needs "this.". 203 39
    # warning RequireThis Reference to instance variable 'NOINC' needs "this.". 231 20

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/tree/BreakStatement.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lbl' needs "this.". 102 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/tree/CatchStatement.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'id' needs "this.". 166 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/tree/ContinueStatement.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lbl' needs "this.". 112 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/tree/FieldExpression.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'id' needs "this.". 1276 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/tree/MethodExpression.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'field' needs "this.". 648 51

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/tree/NewInstanceExpression.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'body' needs "this.". 233 31
    # warning RequireThis Reference to instance variable 'field' needs "this.". 388 57
    # warning RequireThis Reference to instance variable 'MAXINLINECOST' needs "this.". 444 65

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/tree/StringExpression.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'value' needs "this.". 91 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/tree/UplevelReference.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'client' needs "this.". 280 42
    # warning RequireThis Reference to instance variable 'client' needs "this.". 322 47
    # warning RequireThis Reference to instance variable 'localArgument' needs "this.". 399 22
    # warning RequireThis Reference to instance variable 'client' needs "this.". 399 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tools/util/ModifierFilter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'must' needs "this.". 124 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tracing/ProviderSkeleton.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'providerType' needs "this.". 153 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/tracing/dtrace/DTraceProvider.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'proxyClassNamePrefix' needs "this.". 114 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/util/BuddhistCalendar.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'yearOffset' needs "this.". 119 39
    # warning RequireThis Reference to instance variable 'yearOffset' needs "this.". 132 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/util/PreHashedMap.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'rows' needs "PreHashedMap.this.". 192 34
    # warning RequireThis Reference to instance variable 'rows' needs "PreHashedMap.this.". 196 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/util/calendar/BaseCalendar.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cachedYear' needs "this.". 170 28
    # warning RequireThis Reference to instance variable 'cachedFixedDateJan1' needs "this.". 174 34
    # warning RequireThis Reference to instance variable 'cachedFixedDateNextJan1' needs "this.". 175 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/util/calendar/CalendarDate.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dayOfMonth' needs "this.". 414 74
    # warning RequireThis Reference to instance variable 'hours' needs "this.". 415 29
    # warning RequireThis Reference to instance variable 'minutes' needs "this.". 415 44
    # warning RequireThis Reference to instance variable 'seconds' needs "this.". 415 61
    # warning RequireThis Reference to instance variable 'millis' needs "this.". 415 80

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/util/calendar/ZoneInfo.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'rawOffsetDiff' needs "this.". 281 67
    # warning RequireThis Reference to instance variable 'rawOffset' needs "this.". 300 50
    # warning RequireThis Reference to instance variable 'rawOffsetDiff' needs "this.". 419 41
    # warning RequireThis Reference to instance variable 'rawOffset' needs "this.". 422 40
    # warning RequireThis Reference to instance variable 'rawOffsetDiff' needs "this.". 438 32
    # warning RequireThis Reference to instance variable 'rawOffsetDiff' needs "this.". 451 28
    # warning RequireThis Reference to instance variable 'rawOffsetDiff' needs "this.". 473 49
    # warning RequireThis Reference to instance variable 'rawOffsetDiff' needs "this.". 503 37
    # warning RequireThis Reference to instance variable 'dstSavings' needs "this.". 558 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/util/locale/StringTokenIterator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'delimiterChar' needs "this.". 112 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/classes/sun/util/logging/PlatformLogger.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'levelValue' needs "this.". 347 25
    # warning RequireThis Reference to instance variable 'levelValue' needs "this.". 354 25
    # warning RequireThis Reference to instance variable 'levelValue' needs "this.". 361 25
    # warning RequireThis Reference to instance variable 'levelValue' needs "this.". 369 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/demo/applets/ArcTest/ArcTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'startAngle' needs "this.". 139 35
    # warning RequireThis Reference to instance variable 'extent' needs "this.". 140 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/demo/applets/BarChart/BarChart.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'columns' needs "this.". 72 29
    # warning RequireThis Reference to instance variable 'columns' needs "this.". 206 29
    # warning RequireThis Reference to instance variable 'scale' needs "this.". 209 64
    # warning RequireThis Reference to instance variable 'barSpacing' needs "this.". 215 23
    # warning RequireThis Reference to instance variable 'scale' needs "this.". 226 34
    # warning RequireThis Reference to instance variable 'scale' needs "this.". 231 50
    # warning RequireThis Reference to instance variable 'scale' needs "this.". 236 38
    # warning RequireThis Reference to instance variable 'scale' needs "this.". 238 32
    # warning RequireThis Reference to instance variable 'columns' needs "this.". 249 29
    # warning RequireThis Reference to instance variable 'barSpacing' needs "this.". 252 44
    # warning RequireThis Reference to instance variable 'columns' needs "this.". 252 58
    # warning RequireThis Reference to instance variable 'barSpacing' needs "this.". 252 68
    # warning RequireThis Reference to instance variable 'barSpacing' needs "this.". 254 36
    # warning RequireThis Reference to instance variable 'scale' needs "this.". 266 50
    # warning RequireThis Reference to instance variable 'scale' needs "this.". 267 44
    # warning RequireThis Reference to instance variable 'scale' needs "this.". 272 50
    # warning RequireThis Reference to instance variable 'scale' needs "this.". 277 50
    # warning RequireThis Reference to instance variable 'scale' needs "this.". 278 52
    # warning RequireThis Reference to instance variable 'scale' needs "this.". 280 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/demo/applets/Clock/Clock.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'xcenter' needs "this.". 125 69
    # warning RequireThis Reference to instance variable 'ycenter' needs "this.". 126 69
    # warning RequireThis Reference to instance variable 'xcenter' needs "this.". 127 69
    # warning RequireThis Reference to instance variable 'ycenter' needs "this.". 128 69
    # warning RequireThis Reference to instance variable 'xcenter' needs "this.". 131 19
    # warning RequireThis Reference to instance variable 'ycenter' needs "this.". 134 19
    # warning RequireThis Reference to instance variable 'lastxs' needs "this.". 143 19
    # warning RequireThis Reference to instance variable 'lastys' needs "this.". 143 35
    # warning RequireThis Reference to instance variable 'lastxm' needs "this.". 147 19
    # warning RequireThis Reference to instance variable 'lastym' needs "this.". 147 35
    # warning RequireThis Reference to instance variable 'lastxh' needs "this.". 151 19
    # warning RequireThis Reference to instance variable 'lastyh' needs "this.". 151 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/demo/applets/DitherTest/DitherTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'button' needs "this.". 395 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/demo/applets/Fractal/CLSFractal.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fractLevel' needs "this.". 117 49
    # warning RequireThis Reference to instance variable 'border' needs "this.". 186 29
    # warning RequireThis Reference to instance variable 'Xmin' needs "this.". 204 36
    # warning RequireThis Reference to instance variable 'Ymin' needs "this.". 208 37
    # warning RequireThis Reference to instance variable 'Ymin' needs "this.". 219 40
    # warning RequireThis Reference to instance variable 'Xmin' needs "this.". 223 40
    # warning RequireThis Reference to instance variable 'Xmin' needs "this.". 227 52
    # warning RequireThis Reference to instance variable 'Ymin' needs "this.". 227 62
    # warning RequireThis Reference to instance variable 'Xmin' needs "this.". 265 17
    # warning RequireThis Reference to instance variable 'Xmax' needs "this.". 268 17
    # warning RequireThis Reference to instance variable 'Ymin' needs "this.". 271 17
    # warning RequireThis Reference to instance variable 'Ymax' needs "this.". 274 17
    # warning RequireThis Reference to instance variable 'scaleX' needs "this.". 359 40
    # warning RequireThis Reference to instance variable 'scaleY' needs "this.". 360 40
    # warning RequireThis Reference to instance variable 'scaleX' needs "this.". 364 49
    # warning RequireThis Reference to instance variable 'scaleY' needs "this.". 365 49
    # warning RequireThis Reference to instance variable 'xoff' needs "this.". 366 30
    # warning RequireThis Reference to instance variable 'yoff' needs "this.". 366 46
    # warning RequireThis Reference to instance variable 'xoff' needs "this.". 367 27
    # warning RequireThis Reference to instance variable 'yoff' needs "this.". 367 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/demo/applets/MoleculeViewer/Matrix3D.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'xo' needs "this.". 235 23
    # warning RequireThis Reference to instance variable 'xx' needs "this.". 235 34
    # warning RequireThis Reference to instance variable 'xy' needs "this.". 235 45
    # warning RequireThis Reference to instance variable 'xz' needs "this.". 235 56
    # warning RequireThis Reference to instance variable 'yo' needs "this.". 236 19
    # warning RequireThis Reference to instance variable 'yx' needs "this.". 236 30
    # warning RequireThis Reference to instance variable 'yy' needs "this.". 236 41
    # warning RequireThis Reference to instance variable 'yz' needs "this.". 236 52
    # warning RequireThis Reference to instance variable 'zo' needs "this.". 237 19
    # warning RequireThis Reference to instance variable 'zx' needs "this.". 237 30
    # warning RequireThis Reference to instance variable 'zy' needs "this.". 237 41
    # warning RequireThis Reference to instance variable 'zz' needs "this.". 237 52

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/demo/applets/MoleculeViewer/XYZApp.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxvert' needs "this.". 144 18
    # warning RequireThis Reference to instance variable 'scalefudge' needs "this.". 358 49
    # warning RequireThis Reference to instance variable 'prevx' needs "this.". 414 29
    # warning RequireThis Reference to instance variable 'xfac' needs "this.". 448 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/demo/applets/SpreadSheet/SpreadSheet.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'rows' needs "this.". 89 29
    # warning RequireThis Reference to instance variable 'columns' needs "this.". 90 33
    # warning RequireThis Reference to instance variable 'cellWidth' needs "this.". 109 26
    # warning RequireThis Reference to instance variable 'rowLabelWidth' needs "this.". 109 38
    # warning RequireThis Reference to instance variable 'cellHeight' needs "this.". 110 30
    # warning RequireThis Reference to instance variable 'titleHeight' needs "this.". 110 43
    # warning RequireThis Reference to instance variable 'rows' needs "this.". 135 29
    # warning RequireThis Reference to instance variable 'columns' needs "this.". 136 33
    # warning RequireThis Reference to instance variable 'rows' needs "this.". 158 33
    # warning RequireThis Reference to instance variable 'columns' needs "this.". 159 37
    # warning RequireThis Reference to instance variable 'cellWidth' needs "this.". 161 35
    # warning RequireThis Reference to instance variable 'rowLabelWidth' needs "this.". 161 52
    # warning RequireThis Reference to instance variable 'cellHeight' needs "this.". 162 41
    # warning RequireThis Reference to instance variable 'titleHeight' needs "this.". 162 59
    # warning RequireThis Reference to instance variable 'rows' needs "this.". 177 25
    # warning RequireThis Reference to instance variable 'columns' needs "this.". 178 29
    # warning RequireThis Reference to instance variable 'cellHeight' needs "this.". 249 28
    # warning RequireThis Reference to instance variable 'rows' needs "this.". 252 21
    # warning RequireThis Reference to instance variable 'cellHeight' needs "this.". 259 27
    # warning RequireThis Reference to instance variable 'columns' needs "this.". 260 25
    # warning RequireThis Reference to instance variable 'cellWidth' needs "this.". 261 22
    # warning RequireThis Reference to instance variable 'rowLabelWidth' needs "this.". 263 31
    # warning RequireThis Reference to instance variable 'cellHeight' needs "this.". 264 25
    # warning RequireThis Reference to instance variable 'columns' needs "this.". 265 21
    # warning RequireThis Reference to instance variable 'rowLabelWidth' needs "this.". 269 30
    # warning RequireThis Reference to instance variable 'rows' needs "this.". 274 25
    # warning RequireThis Reference to instance variable 'columns' needs "this.". 275 29
    # warning RequireThis Reference to instance variable 'cellWidth' needs "this.". 276 27
    # warning RequireThis Reference to instance variable 'rowLabelWidth' needs "this.". 276 44
    # warning RequireThis Reference to instance variable 'cellHeight' needs "this.". 277 33
    # warning RequireThis Reference to instance variable 'titleHeight' needs "this.". 277 51
    # warning RequireThis Reference to instance variable 'titleHeight' needs "this.". 287 28
    # warning RequireThis Reference to instance variable 'cellHeight' needs "this.". 302 32
    # warning RequireThis Reference to instance variable 'titleHeight' needs "this.". 304 22
    # warning RequireThis Reference to instance variable 'rowLabelWidth' needs "this.". 310 17
    # warning RequireThis Reference to instance variable 'cellHeight' needs "this.". 319 29
    # warning RequireThis Reference to instance variable 'titleHeight' needs "this.". 319 42
    # warning RequireThis Reference to instance variable 'cellHeight' needs "this.". 319 57
    # warning RequireThis Reference to instance variable 'rowLabelWidth' needs "this.". 320 31
    # warning RequireThis Reference to instance variable 'cellWidth' needs "this.". 320 48
    # warning RequireThis Reference to instance variable 'rows' needs "this.". 321 27
    # warning RequireThis Reference to instance variable 'columns' needs "this.". 322 38
    # warning RequireThis Reference to instance variable 'rows' needs "this.". 329 32
    # warning RequireThis Reference to instance variable 'valueString' needs "this.". 491 29
    # warning RequireThis Reference to instance variable 'valueString' needs "this.". 681 37
    # warning RequireThis Reference to instance variable 'valueString' needs "this.". 684 37
    # warning RequireThis Reference to instance variable 'valueString' needs "this.". 690 37
    # warning RequireThis Reference to instance variable 'value' needs "this.". 737 35
    # warning RequireThis Reference to instance variable 'type' needs "this.". 794 43
    # warning RequireThis Reference to instance variable 'value' needs "this.". 798 48
    # warning RequireThis Reference to instance variable 'column' needs "this.". 801 44
    # warning RequireThis Reference to instance variable 'op' needs "this.". 805 45
    # warning RequireThis Reference to instance variable 'maxchars' needs "this.". 846 25
    # warning RequireThis Reference to instance variable 'maxchars' needs "this.". 884 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/demo/applets/WireFrame/Matrix3D.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'xo' needs "this.". 235 23
    # warning RequireThis Reference to instance variable 'xx' needs "this.". 235 34
    # warning RequireThis Reference to instance variable 'xy' needs "this.". 235 45
    # warning RequireThis Reference to instance variable 'xz' needs "this.". 235 56
    # warning RequireThis Reference to instance variable 'yo' needs "this.". 236 19
    # warning RequireThis Reference to instance variable 'yx' needs "this.". 236 30
    # warning RequireThis Reference to instance variable 'yy' needs "this.". 236 41
    # warning RequireThis Reference to instance variable 'yz' needs "this.". 236 52
    # warning RequireThis Reference to instance variable 'zo' needs "this.". 237 19
    # warning RequireThis Reference to instance variable 'zx' needs "this.". 237 30
    # warning RequireThis Reference to instance variable 'zy' needs "this.". 237 41
    # warning RequireThis Reference to instance variable 'zz' needs "this.". 237 52

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/demo/applets/WireFrame/ThreeD.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxvert' needs "this.". 145 18
    # warning RequireThis Reference to instance variable 'nvert' needs "this.". 166 19
    # warning RequireThis Reference to instance variable 'nvert' needs "this.". 166 34
    # warning RequireThis Reference to instance variable 'maxcon' needs "this.". 169 18
    # warning RequireThis Reference to instance variable 'scalefudge' needs "this.". 426 49
    # warning RequireThis Reference to instance variable 'prevx' needs "this.". 481 29
    # warning RequireThis Reference to instance variable 'xfac' needs "this.". 506 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/demo/java2d/J2DBench/src/j2dbench/Option.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'defaultvalue' needs "this.". 143 26
    # warning RequireThis Reference to instance variable 'defaultvalue' needs "this.". 156 30
    # warning RequireThis Reference to instance variable 'defaultvalue' needs "this.". 238 26
    # warning RequireThis Reference to instance variable 'defaultvalue' needs "this.". 251 30
    # warning RequireThis Reference to instance variable 'value' needs "this.". 318 65
    # warning RequireThis Reference to instance variable 'defaultvalue' needs "this.". 328 26
    # warning RequireThis Reference to instance variable 'defaultvalue' needs "this.". 341 30
    # warning RequireThis Reference to instance variable 'minvalue' needs "this.". 401 23
    # warning RequireThis Reference to instance variable 'maxvalue' needs "this.". 401 41
    # warning RequireThis Reference to instance variable 'defaultenabled' needs "this.". 476 28
    # warning RequireThis Reference to instance variable 'size' needs "this.". 486 51
    # warning RequireThis Reference to instance variable 'defaultenabled' needs "this.". 495 32
    # warning RequireThis Reference to instance variable 'size' needs "ObjectList.this.". 524 59
    # warning RequireThis Reference to instance variable 'size' needs "this.". 543 33
    # warning RequireThis Reference to instance variable 'size' needs "this.". 555 33
    # warning RequireThis Reference to instance variable 'size' needs "this.". 577 41
    # warning RequireThis Reference to instance variable 'defaultselected' needs "this.". 686 30
    # warning RequireThis Reference to instance variable 'defaultselected' needs "this.". 699 34
    # warning RequireThis Reference to instance variable 'size' needs "this.". 745 34
    # warning RequireThis Reference to instance variable 'size' needs "this.". 770 34
    # warning RequireThis Reference to instance variable 'size' needs "this.". 781 34
    # warning RequireThis Reference to instance variable 'enabled' needs "this.". 838 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/demo/java2d/J2DBench/src/j2dbench/Result.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'error' needs "this.". 411 56

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/demo/java2d/J2DBench/src/j2dbench/ResultSet.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'title' needs "this.". 160 58
    # warning RequireThis Reference to instance variable 'description' needs "this.". 161 36
    # warning RequireThis Reference to instance variable 'start' needs "this.". 162 44
    # warning RequireThis Reference to instance variable 'end' needs "this.". 162 62

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/demo/java2d/J2DBench/src/j2dbench/TestEnvironment.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'millis' needs "this.". 286 55
    # warning RequireThis Reference to instance variable 'nanos' needs "this.". 306 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/demo/java2d/J2DBench/src/j2dbench/report/J2DAnalyzer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'shortest' needs "this.". 709 52
    # warning RequireThis Reference to instance variable 'longest' needs "this.". 727 36
    # warning RequireThis Reference to instance variable 'shortest' needs "this.". 727 46
    # warning RequireThis Reference to instance variable 'shortest' needs "this.". 738 28
    # warning RequireThis Reference to instance variable 'shortest' needs "this.". 749 47
    # warning RequireThis Reference to instance variable 'longest' needs "this.". 751 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/demo/java2d/J2DBench/src/j2dbench/tests/ImageTests.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'scale' needs "this.". 606 35
    # warning RequireThis Reference to instance variable 'scale' needs "this.". 607 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/demo/java2d/J2DBench/src/j2dbench/tests/PixelTests.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nbits' needs "this.". 229 59

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/demo/java2d/J2DBench/src/j2dbench/tests/text/TextConstructionTests.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'off' needs "this.". 369 23
    # warning RequireThis Reference to instance variable 'off' needs "this.". 382 23
    # warning RequireThis Reference to instance variable 'max' needs "this.". 396 27
    # warning RequireThis Reference to instance variable 'max' needs "this.". 409 25
    # warning RequireThis Reference to instance variable 'off' needs "this.". 425 26
    # warning RequireThis Reference to instance variable 'off' needs "this.". 441 28
    # warning RequireThis Reference to instance variable 'max' needs "this.". 441 46
    # warning RequireThis Reference to instance variable 'off' needs "this.". 442 84
    # warning RequireThis Reference to instance variable 'off' needs "this.". 442 108
    # warning RequireThis Reference to instance variable 'max' needs "this.". 444 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/demo/jfc/FileChooserDemo/FileChooserDemo.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'backButton' needs "this.". 539 24
    # warning RequireThis Reference to instance variable 'nextButton' needs "this.". 541 31
    # warning RequireThis Reference to instance variable 'closeButton' needs "this.". 552 31
    # warning RequireThis Reference to instance variable 'openRadioButton' needs "FileChooserDemo.this.". 646 22
    # warning RequireThis Reference to instance variable 'useEmbedInWizardCheckBox' needs "FileChooserDemo.this.". 650 29
    # warning RequireThis Reference to instance variable 'useControlsCheckBox' needs "FileChooserDemo.this.". 654 29
    # warning RequireThis Reference to instance variable 'enableDragCheckBox' needs "FileChooserDemo.this.". 656 29
    # warning RequireThis Reference to instance variable 'saveRadioButton' needs "FileChooserDemo.this.". 658 29
    # warning RequireThis Reference to instance variable 'customButton' needs "FileChooserDemo.this.". 662 29
    # warning RequireThis Reference to instance variable 'customField' needs "FileChooserDemo.this.". 662 50
    # warning RequireThis Reference to instance variable 'showAllFilesFilterCheckBox' needs "FileChooserDemo.this.". 666 29
    # warning RequireThis Reference to instance variable 'showImageFilesFilterCheckBox' needs "FileChooserDemo.this.". 668 29
    # warning RequireThis Reference to instance variable 'setHiddenCheckBox' needs "FileChooserDemo.this.". 672 29
    # warning RequireThis Reference to instance variable 'accessoryCheckBox' needs "FileChooserDemo.this.". 674 29
    # warning RequireThis Reference to instance variable 'useFileViewCheckBox' needs "FileChooserDemo.this.". 680 29
    # warning RequireThis Reference to instance variable 'useFileSystemViewCheckBox' needs "FileChooserDemo.this.". 686 29
    # warning RequireThis Reference to instance variable 'showFullDescriptionCheckBox' needs "FileChooserDemo.this.". 693 29
    # warning RequireThis Reference to instance variable 'justFilesRadioButton' needs "FileChooserDemo.this.". 696 29
    # warning RequireThis Reference to instance variable 'justDirectoriesRadioButton' needs "FileChooserDemo.this.". 698 29
    # warning RequireThis Reference to instance variable 'bothFilesAndDirectoriesRadioButton' needs "FileChooserDemo.this.". 700 29
    # warning RequireThis Reference to instance variable 'singleSelectionRadioButton' needs "FileChooserDemo.this.". 702 29
    # warning RequireThis Reference to instance variable 'multiSelectionRadioButton' needs "FileChooserDemo.this.". 706 29
    # warning RequireThis Reference to instance variable 'lafComboBox' needs "FileChooserDemo.this.". 710 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/demo/jfc/Font2DTest/Font2DTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'tFileName' needs "this.". 649 66
    # warning RequireThis Reference to instance variable 'sizeField' needs "this.". 873 24
    # warning RequireThis Reference to instance variable 'fontMenu' needs "this.". 902 23
    # warning RequireThis Reference to instance variable 'styleMenu' needs "this.". 902 40
    # warning RequireThis Reference to instance variable 'transformMenu' needs "this.". 902 58
    # warning RequireThis Reference to instance variable 'methodsMenu' needs "this.". 917 30
    # warning RequireThis Reference to instance variable 'textMenu' needs "this.". 919 28
    # warning RequireThis Reference to instance variable 'transformMenuG2' needs "this.". 950 28
    # warning RequireThis Reference to instance variable 'antiAliasMenu' needs "this.". 953 27
    # warning RequireThis Reference to instance variable 'fracMetricsMenu' needs "this.". 953 49
    # warning RequireThis Reference to instance variable 'antiAliasMenu' needs "this.". 954 26
    # warning RequireThis Reference to instance variable 'displayGridCBMI' needs "this.". 982 26
    # warning RequireThis Reference to instance variable 'force16ColsCBMI' needs "this.". 984 31
    # warning RequireThis Reference to instance variable 'showFontInfoCBMI' needs "this.". 986 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/demo/jfc/Font2DTest/FontPanel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fontSize' needs "this.". 179 39
    # warning RequireThis Reference to instance variable 'fontStyle' needs "this.". 228 51
    # warning RequireThis Reference to instance variable 'fontSize' needs "this.". 238 39
    # warning RequireThis Reference to instance variable 'NONE' needs "this.". 242 31
    # warning RequireThis Reference to instance variable 'RANGE_TEXT' needs "this.". 275 27
    # warning RequireThis Reference to instance variable 'ALL_GLYPHS' needs "this.". 277 32
    # warning RequireThis Reference to instance variable 'USER_TEXT' needs "this.". 279 32
    # warning RequireThis Reference to instance variable 'FILE_TEXT' needs "this.". 281 32
    # warning RequireThis Reference to instance variable 'RANGE_TEXT' needs "this.". 339 27
    # warning RequireThis Reference to instance variable 'fontSize' needs "this.". 362 39
    # warning RequireThis Reference to instance variable 'fontStyle' needs "this.". 362 58
    # warning RequireThis Reference to instance variable 'fontTransform' needs "this.". 363 21
    # warning RequireThis Reference to instance variable 'g2Transform' needs "this.". 363 45
    # warning RequireThis Reference to instance variable 'textToUse' needs "this.". 364 21
    # warning RequireThis Reference to instance variable 'drawMethod' needs "this.". 364 40
    # warning RequireThis Reference to instance variable 'lcdContrast' needs "this.". 367 21
    # warning RequireThis Reference to instance variable 'USER_TEXT' needs "this.". 368 27
    # warning RequireThis Reference to instance variable 'FILE_TEXT' needs "this.". 388 26
    # warning RequireThis Reference to instance variable 'TL_OUTLINE' needs "FontPanel.this.". 527 32
    # warning RequireThis Reference to instance variable 'GV_OUTLINE' needs "FontPanel.this.". 527 60
    # warning RequireThis Reference to instance variable 'gridWidth' needs "this.". 536 50
    # warning RequireThis Reference to instance variable 'gridHeight' needs "this.". 537 49
    # warning RequireThis Reference to instance variable 'gridHeight' needs "this.". 541 47
    # warning RequireThis Reference to instance variable 'canvasInset_Y' needs "this.". 541 60
    # warning RequireThis Reference to instance variable 'gridHeight' needs "this.". 542 64
    # warning RequireThis Reference to instance variable 'canvasInset_Y' needs "this.". 542 77
    # warning RequireThis Reference to instance variable 'gridWidth' needs "this.". 544 32
    # warning RequireThis Reference to instance variable 'canvasInset_X' needs "this.". 544 44
    # warning RequireThis Reference to instance variable 'gridWidth' needs "this.". 545 32
    # warning RequireThis Reference to instance variable 'canvasInset_X' needs "this.". 545 44
    # warning RequireThis Reference to instance variable 'ALL_GLYPHS' needs "FontPanel.this.". 561 31
    # warning RequireThis Reference to instance variable 'ALL_GLYPHS' needs "FontPanel.this.". 586 31
    # warning RequireThis Reference to instance variable 'USER_TEXT' needs "FontPanel.this.". 709 31
    # warning RequireThis Reference to instance variable 'FILE_TEXT' needs "FontPanel.this.". 709 57
    # warning RequireThis Reference to instance variable 'RANGE_TEXT' needs "FontPanel.this.". 725 31
    # warning RequireThis Reference to instance variable 'ALL_GLYPHS' needs "FontPanel.this.". 725 58
    # warning RequireThis Reference to instance variable 'RANGE_TEXT' needs "FontPanel.this.". 726 35
    # warning RequireThis Reference to instance variable 'numCharAcross' needs "this.". 731 51
    # warning RequireThis Reference to instance variable 'numCharAcross' needs "this.". 732 41
    # warning RequireThis Reference to instance variable 'numCharAcross' needs "this.". 734 33
    # warning RequireThis Reference to instance variable 'numCharAcross' needs "this.". 737 51
    # warning RequireThis Reference to instance variable 'USER_TEXT' needs "FontPanel.this.". 741 35
    # warning RequireThis Reference to instance variable 'numCharDown' needs "this.". 747 34
    # warning RequireThis Reference to instance variable 'NONE' needs "FontPanel.this.". 761 33
    # warning RequireThis Reference to instance variable 'FILE_TEXT' needs "FontPanel.this.". 761 54
    # warning RequireThis Reference to instance variable 'RANGE_TEXT' needs "FontPanel.this.". 773 31
    # warning RequireThis Reference to instance variable 'ALL_GLYPHS' needs "FontPanel.this.". 773 58
    # warning RequireThis Reference to instance variable 'maxDescent' needs "this.". 778 42
    # warning RequireThis Reference to instance variable 'gridWidth' needs "this.". 782 48
    # warning RequireThis Reference to instance variable 'gridHeight' needs "this.". 783 44
    # warning RequireThis Reference to instance variable 'gridWidth' needs "this.". 785 55
    # warning RequireThis Reference to instance variable 'gridHeight' needs "this.". 786 53
    # warning RequireThis Reference to instance variable 'numCharAcross' needs "this.". 791 60
    # warning RequireThis Reference to instance variable 'maxDescent' needs "this.". 798 42
    # warning RequireThis Reference to instance variable 'gridHeight' needs "this.". 799 59
    # warning RequireThis Reference to instance variable 'FILE_TEXT' needs "FontPanel.this.". 805 35
    # warning RequireThis Reference to instance variable 'RANGE_TEXT' needs "FontPanel.this.". 830 31
    # warning RequireThis Reference to instance variable 'ALL_GLYPHS' needs "FontPanel.this.". 830 58
    # warning RequireThis Reference to instance variable 'ONE_PAGE' needs "FontPanel.this.". 832 37
    # warning RequireThis Reference to instance variable 'numCharDown' needs "this.". 835 49
    # warning RequireThis Reference to instance variable 'printPageNumber' needs "this.". 835 63
    # warning RequireThis Reference to instance variable 'numCharAcross' needs "this.". 837 56
    # warning RequireThis Reference to instance variable 'RANGE_TEXT' needs "FontPanel.this.". 838 35
    # warning RequireThis Reference to instance variable 'numCharDown' needs "this.". 844 55
    # warning RequireThis Reference to instance variable 'drawLimit' needs "this.". 846 33
    # warning RequireThis Reference to instance variable 'ONE_PAGE' needs "FontPanel.this.". 851 37
    # warning RequireThis Reference to instance variable 'printPageNumber' needs "this.". 854 47
    # warning RequireThis Reference to instance variable 'numCharDown' needs "this.". 859 39
    # warning RequireThis Reference to instance variable 'USER_TEXT' needs "FontPanel.this.". 861 35
    # warning RequireThis Reference to instance variable 'drawLimit' needs "this.". 866 33
    # warning RequireThis Reference to instance variable 'drawEnd' needs "this.". 871 30
    # warning RequireThis Reference to instance variable 'RANGE_TEXT' needs "FontPanel.this.". 917 31
    # warning RequireThis Reference to instance variable 'ALL_GLYPHS' needs "FontPanel.this.". 917 58
    # warning RequireThis Reference to instance variable 'numCharDown' needs "this.". 924 38
    # warning RequireThis Reference to instance variable 'drawEnd' needs "this.". 924 67
    # warning RequireThis Reference to instance variable 'numCharAcross' needs "this.". 925 40
    # warning RequireThis Reference to instance variable 'drawEnd' needs "this.". 925 71
    # warning RequireThis Reference to instance variable 'gridWidth' needs "this.". 926 42
    # warning RequireThis Reference to instance variable 'canvasInset_X' needs "this.". 926 54
    # warning RequireThis Reference to instance variable 'gridHeight' needs "this.". 927 42
    # warning RequireThis Reference to instance variable 'canvasInset_Y' needs "this.". 927 55
    # warning RequireThis Reference to instance variable 'maxAscent' needs "this.". 931 56
    # warning RequireThis Reference to instance variable 'USER_TEXT' needs "FontPanel.this.". 940 36
    # warning RequireThis Reference to instance variable 'drawEnd' needs "this.". 945 47
    # warning RequireThis Reference to instance variable 'drawStart' needs "this.". 947 44
    # warning RequireThis Reference to instance variable 'gridHeight' needs "this.". 947 58
    # warning RequireThis Reference to instance variable 'maxAscent' needs "this.". 947 71
    # warning RequireThis Reference to instance variable 'drawEnd' needs "this.". 957 47
    # warning RequireThis Reference to instance variable 'canvasInset_X' needs "this.". 961 76
    # warning RequireThis Reference to instance variable 'NONE' needs "FontPanel.this.". 964 40
    # warning RequireThis Reference to instance variable 'numCharAcross' needs "this.". 1011 63
    # warning RequireThis Reference to instance variable 'ONE_PAGE' needs "FontPanel.this.". 1014 31
    # warning RequireThis Reference to instance variable 'lastPage' needs "this.". 1019 34
    # warning RequireThis Reference to instance variable 'FILE_TEXT' needs "FontPanel.this.". 1029 31
    # warning RequireThis Reference to instance variable 'antiAliasType' needs "FontPanel.this.". 1045 51
    # warning RequireThis Reference to instance variable 'fractionalMetricsType' needs "FontPanel.this.". 1046 55
    # warning RequireThis Reference to instance variable 'lcdContrast' needs "FontPanel.this.". 1047 55
    # warning RequireThis Reference to instance variable 'fontName' needs "FontPanel.this.". 1051 44
    # warning RequireThis Reference to instance variable 'fontSize' needs "FontPanel.this.". 1052 34
    # warning RequireThis Reference to instance variable 'drawLimit' needs "this.". 1063 29
    # warning RequireThis Reference to instance variable 'FILE_TEXT' needs "FontPanel.this.". 1073 31
    # warning RequireThis Reference to instance variable 'RANGE_TEXT' needs "FontPanel.this.". 1094 33
    # warning RequireThis Reference to instance variable 'ALL_GLYPHS' needs "FontPanel.this.". 1094 60
    # warning RequireThis Reference to instance variable 'canvasInset_X' needs "this.". 1095 47
    # warning RequireThis Reference to instance variable 'gridWidth' needs "this.". 1095 65
    # warning RequireThis Reference to instance variable 'canvasInset_Y' needs "this.". 1096 47
    # warning RequireThis Reference to instance variable 'gridHeight' needs "this.". 1096 65
    # warning RequireThis Reference to instance variable 'numCharAcross' needs "this.". 1100 35
    # warning RequireThis Reference to instance variable 'numCharDown' needs "this.". 1100 63
    # warning RequireThis Reference to instance variable 'numCharAcross' needs "this.". 1102 76
    # warning RequireThis Reference to instance variable 'RANGE_TEXT' needs "FontPanel.this.". 1103 41
    # warning RequireThis Reference to instance variable 'drawEnd' needs "this.". 1105 44
    # warning RequireThis Reference to instance variable 'gridWidth' needs "this.". 1130 32
    # warning RequireThis Reference to instance variable 'canvasInset_X' needs "this.". 1130 44
    # warning RequireThis Reference to instance variable 'gridHeight' needs "this.". 1132 32
    # warning RequireThis Reference to instance variable 'canvasInset_Y' needs "this.". 1132 45
    # warning RequireThis Reference to instance variable 'ZOOM' needs "this.". 1133 53
    # warning RequireThis Reference to instance variable 'ZOOM' needs "this.". 1134 55
    # warning RequireThis Reference to instance variable 'ZOOM' needs "this.". 1153 56
    # warning RequireThis Reference to instance variable 'ZOOM' needs "this.". 1160 74
    # warning RequireThis Reference to instance variable 'RANGE_TEXT' needs "FontPanel.this.". 1200 31
    # warning RequireThis Reference to instance variable 'ALL_GLYPHS' needs "FontPanel.this.". 1200 58
    # warning RequireThis Reference to instance variable 'prevZoomChar' needs "this.". 1229 67

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/demo/jfc/Metalworks/MetalworksDocumentFrame.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'xGap' needs "this.". 151 60
    # warning RequireThis Reference to instance variable 'xGap' needs "this.". 153 59
    # warning RequireThis Reference to instance variable 'yGap' needs "this.". 156 35
    # warning RequireThis Reference to instance variable 'yGap' needs "this.". 178 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/demo/jfc/Metalworks/MetalworksPrefs.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'yGap' needs "this.". 225 41
    # warning RequireThis Reference to instance variable 'yGap' needs "this.". 239 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/demo/jfc/TableExample/TableSorter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'compares' needs "this.". 223 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/demo/jfc/TransparentRuler/transparentruler/Ruler.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'x' needs "this.". 140 48
    # warning RequireThis Reference to instance variable 'y' needs "this.". 140 70

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/demo/management/MemoryMonitor/MemoryMonitor.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ascent' needs "this.". 193 100
    # warning RequireThis Reference to instance variable 'ascent' needs "this.". 197 65
    # warning RequireThis Reference to instance variable 'descent' needs "this.". 203 49
    # warning RequireThis Reference to instance variable 'descent' needs "this.". 206 34
    # warning RequireThis Reference to instance variable 'columnInc' needs "this.". 257 33
    # warning RequireThis Reference to instance variable 'w' needs "this.". 334 32
    # warning RequireThis Reference to instance variable 'h' needs "this.". 334 49
    # warning RequireThis Reference to instance variable 'usedStr' needs "this.". 349 71

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/demo/nio/zipfs/Demo.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'indent' needs "this.". 384 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/ZipFileSystem.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'rem' needs "this.". 1466 23
    # warning RequireThis Reference to instance variable 'rem' needs "this.". 1496 21
    # warning RequireThis Reference to instance variable 'MAX_FLATER' needs "this.". 1614 36
    # warning RequireThis Reference to instance variable 'MAX_FLATER' needs "this.". 1643 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/ZipPath.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'path' needs "this.". 360 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/demo/scripting/jconsole-plugin/src/com/sun/demo/scripting/jconsole/EditableAtEndDocument.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mark' needs "this.". 76 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/demo/scripting/jconsole-plugin/src/com/sun/demo/scripting/jconsole/ScriptJConsolePlugin.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'extension' needs "this.". 176 67
    # warning RequireThis Reference to instance variable 'extension' needs "this.". 180 40
    # warning RequireThis Reference to instance variable 'extension' needs "this.". 200 65

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/sample/forkjoin/mergesort/MergeSort.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'low' needs "this.". 77 24
    # warning RequireThis Reference to instance variable 'low' needs "this.". 80 45
    # warning RequireThis Reference to instance variable 'low' needs "this.". 96 41
    # warning RequireThis Reference to instance variable 'low' needs "this.". 99 35
    # warning RequireThis Reference to instance variable 'low' needs "this.". 100 39
    # warning RequireThis Reference to instance variable 'high' needs "this.". 102 64

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/DirectoryScanner.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'scanned' needs "this.". 410 32
    # warning RequireThis Reference to instance variable 'matching' needs "this.". 410 53

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ResultLogManager.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'memCapacity' needs "this.". 311 36
    # warning RequireThis Reference to instance variable 'logStream' needs "this.". 418 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ScanDirConfig.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'config' needs "this.". 372 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/ScanManager.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mbeanServer' needs "this.". 404 33
    # warning RequireThis Reference to instance variable 'state' needs "this.". 583 52
    # warning RequireThis Reference to instance variable 'state' needs "this.". 588 55
    # warning RequireThis Reference to instance variable 'taskid' needs "this.". 814 53
    # warning RequireThis Reference to instance variable 'taskid' needs "this.". 840 53
    # warning RequireThis Reference to instance variable 'delayBeforeNext' needs "this.". 844 65
    # warning RequireThis Reference to instance variable 'taskid' needs "this.". 869 53
    # warning RequireThis Reference to instance variable 'state' needs "ScanManager.this.". 875 58
    # warning RequireThis Reference to instance variable 'delayBeforeNext' needs "this.". 876 71

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/FileMatch.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sizeExceedsMaxBytes' needs "this.". 273 54

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/XmlConfigUtils.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'file' needs "this.". 119 21
    # warning RequireThis Reference to instance variable 'file' needs "this.". 211 52
    # warning RequireThis Reference to instance variable 'file' needs "this.". 213 55
    # warning RequireThis Reference to instance variable 'file' needs "this.". 219 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/sample/nio/server/ChannelIOSecure.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'initialHSStatus' needs "this.". 390 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/sample/nio/server/FileContent.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'length' needs "this.". 95 25
    # warning RequireThis Reference to instance variable 'position' needs "this.". 99 59
    # warning RequireThis Reference to instance variable 'length' needs "this.". 100 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/sample/nio/server/Reply.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'reason' needs "this.". 52 58

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/share/sample/nio/server/Request.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'version' needs "this.". 90 32
    # warning RequireThis Reference to instance variable 'uri' needs "this.". 90 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/java/io/UnixFileSystem.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'slash' needs "this.". 166 44
    # warning RequireThis Reference to instance variable 'slash' needs "this.". 167 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/java/util/prefs/FileSystemPreferences.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'tmpFile' needs "FileSystemPreferences.this.". 626 29
    # warning RequireThis Reference to instance variable 'prefsFile' needs "FileSystemPreferences.this.". 626 48
    # warning RequireThis Reference to instance variable 'dir' needs "FileSystemPreferences.this.". 708 76
    # warning RequireThis Reference to instance variable 'lastSyncTime' needs "this.". 787 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/X11/ListHelper.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'focusedIndex' needs "this.". 234 25
    # warning RequireThis Reference to instance variable 'font' needs "this.". 238 24
    # warning RequireThis Reference to instance variable 'TEXT_SPACE' needs "this.". 262 36
    # warning RequireThis Reference to instance variable 'ITEM_MARGIN' needs "this.". 268 42
    # warning RequireThis Reference to instance variable 'ITEM_MARGIN' needs "this.". 271 54
    # warning RequireThis Reference to instance variable 'ITEM_MARGIN' needs "this.". 271 90
    # warning RequireThis Reference to instance variable 'maxVisItems' needs "this.". 293 42
    # warning RequireThis Reference to instance variable 'maxVisItems' needs "this.". 305 38
    # warning RequireThis Reference to instance variable 'SCROLLBAR_WIDTH' needs "this.". 375 53
    # warning RequireThis Reference to instance variable 'SCROLLBAR_WIDTH' needs "this.". 377 41
    # warning RequireThis Reference to instance variable 'SCROLLBAR_WIDTH' needs "this.". 388 51
    # warning RequireThis Reference to instance variable 'SCROLLBAR_WIDTH' needs "this.". 391 42
    # warning RequireThis Reference to instance variable 'SCROLLBAR_WIDTH' needs "this.". 398 49
    # warning RequireThis Reference to instance variable 'SCROLLBAR_WIDTH' needs "this.". 402 50
    # warning RequireThis Reference to instance variable 'maxVisItems' needs "this.". 412 48
    # warning RequireThis Reference to instance variable 'maxVisItems' needs "this.". 426 31
    # warning RequireThis Reference to instance variable 'vsb' needs "this.". 432 20
    # warning RequireThis Reference to instance variable 'hsb' needs "this.". 435 25
    # warning RequireThis Reference to instance variable 'vsb' needs "this.". 442 20
    # warning RequireThis Reference to instance variable 'maxVisItems' needs "this.". 459 37
    # warning RequireThis Reference to instance variable 'hsb' needs "this.". 466 47
    # warning RequireThis Reference to instance variable 'ITEM_MARGIN' needs "this.". 507 32
    # warning RequireThis Reference to instance variable 'ITEM_MARGIN' needs "this.". 508 38
    # warning RequireThis Reference to instance variable 'BORDER_WIDTH' needs "this.". 508 54
    # warning RequireThis Reference to instance variable 'ITEM_MARGIN' needs "this.". 510 32
    # warning RequireThis Reference to instance variable 'ITEM_MARGIN' needs "this.". 517 29
    # warning RequireThis Reference to instance variable 'FOCUS_INSET' needs "this.". 556 28
    # warning RequireThis Reference to instance variable 'FOCUS_INSET' needs "this.". 557 28
    # warning RequireThis Reference to instance variable 'FOCUS_INSET' needs "this.". 558 34
    # warning RequireThis Reference to instance variable 'FOCUS_INSET' needs "this.". 559 35
    # warning RequireThis Reference to instance variable 'TEXT_SPACE' needs "this.". 576 34
    # warning RequireThis Reference to instance variable 'BORDER_WIDTH' needs "this.". 592 40
    # warning RequireThis Reference to instance variable 'BORDER_WIDTH' needs "this.". 597 41
    # warning RequireThis Reference to instance variable 'SCROLLBAR_WIDTH' needs "this.". 597 56

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/X11/MotifDnDDragSourceProtocol.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'targetEnterServerTime' needs "this.". 142 20

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/X11/MotifDnDDropTargetProtocol.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sourceWindow' needs "this.". 564 27
    # warning RequireThis Reference to instance variable 'sourceWindow' needs "this.". 620 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/X11/WindowDimensions.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'loc' needs "this.". 164 22
    # warning RequireThis Reference to instance variable 'size' needs "this.". 164 35
    # warning RequireThis Reference to instance variable 'insets' needs "this.". 164 92

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/X11/XAtom.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'atom' needs "this.". 207 33
    # warning RequireThis Reference to instance variable 'atom' needs "this.". 438 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/X11/XBaseMenuWindow.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'selectedIndex' needs "this.". 302 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/X11/XCheckboxPeer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'armed' needs "this.". 176 89
    # warning RequireThis Reference to instance variable 'pressed' needs "this.". 176 114
    # warning RequireThis Reference to instance variable 'selected' needs "this.". 177 51
    # warning RequireThis Reference to instance variable 'armed' needs "this.". 194 81
    # warning RequireThis Reference to instance variable 'pressed' needs "this.". 194 106
    # warning RequireThis Reference to instance variable 'selected' needs "this.". 195 43
    # warning RequireThis Reference to instance variable 'armed' needs "this.". 219 80
    # warning RequireThis Reference to instance variable 'pressed' needs "this.". 219 105
    # warning RequireThis Reference to instance variable 'selected' needs "this.". 220 43
    # warning RequireThis Reference to instance variable 'armed' needs "this.". 230 79
    # warning RequireThis Reference to instance variable 'pressed' needs "this.". 230 104
    # warning RequireThis Reference to instance variable 'selected' needs "this.". 231 43
    # warning RequireThis Reference to instance variable 'checkBoxSize' needs "this.". 283 72

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/X11/XChoicePeer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dragStartIdx' needs "this.". 447 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/X11/XClipboard.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'targetsPropertyAtom' needs "this.". 145 21
    # warning RequireThis Reference to instance variable 'selection' needs "this.". 249 61

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/X11/XDecoratedPeer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dimensions' needs "this.". 385 104
    # warning RequireThis Reference to instance variable 'reparent_serial' needs "this.". 655 36
    # warning RequireThis Reference to instance variable 'focusProxy' needs "this.". 1020 105
    # warning RequireThis Reference to instance variable 'actualFocusedWindow' needs "this.". 1170 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/X11/XDnDDropTargetProtocol.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sourceProtocolVersion' needs "this.". 1006 31
    # warning RequireThis Reference to instance variable 'prevCtxt' needs "this.". 1066 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/X11/XDragSourceContextPeer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'rootEventMask' needs "this.". 357 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/X11/XEmbedCanvasPeer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'handle' needs "this.". 798 52
    # warning RequireThis Reference to instance variable 'keysym' needs "this.". 867 48
    # warning RequireThis Reference to instance variable 'modifiers' needs "this.". 867 69

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/X11/XEmbedClientHelper.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'embedded' needs "this.". 71 57

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/X11/XEmbedServerTester.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'server_version' needs "this.". 189 53
    # warning RequireThis Reference to instance variable 'window' needs "this.". 394 57
    # warning RequireThis Reference to instance variable 'focusedServerComponent' needs "this.". 577 100
    # warning RequireThis Reference to instance variable 'focusedServerComponent' needs "this.". 582 100
    # warning RequireThis Reference to instance variable 'focusedKind' needs "this.". 590 97
    # warning RequireThis Reference to instance variable 'eventWaited' needs "this.". 663 49
    # warning RequireThis Reference to instance variable 'eventWaited' needs "this.". 676 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/X11/XFileDialogPeer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pathChoice' needs "this.". 546 23
    # warning RequireThis Reference to instance variable 'pathChoice' needs "this.". 643 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/X11/XFramePeer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'menubar' needs "this.". 116 27
    # warning RequireThis Reference to instance variable 'lastAppliedMenubarHeight' needs "XFramePeer.this.". 192 39
    # warning RequireThis Reference to instance variable 'state' needs "this.". 300 52

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/X11/XIconInfo.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'height' needs "this.". 78 34
    # warning RequireThis Reference to instance variable 'height' needs "this.". 88 34
    # warning RequireThis Reference to instance variable 'height' needs "this.". 104 34
    # warning RequireThis Reference to instance variable 'width' needs "this.". 129 33
    # warning RequireThis Reference to instance variable 'height' needs "this.". 129 49
    # warning RequireThis Reference to instance variable 'scaledWidth' needs "this.". 129 67
    # warning RequireThis Reference to instance variable 'scaledHeight' needs "this.". 129 90

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/X11/XIconWindow.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'iconWidth' needs "this.". 289 39
    # warning RequireThis Reference to instance variable 'iconHeight' needs "this.". 369 45
    # warning RequireThis Reference to instance variable 'iconHeight' needs "this.". 371 33
    # warning RequireThis Reference to instance variable 'iconWidth' needs "this.". 374 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/X11/XListPeer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'hsb' needs "this.". 369 26
    # warning RequireThis Reference to instance variable 'vsb' needs "this.". 372 31
    # warning RequireThis Reference to instance variable 'vsbVis' needs "this.". 482 30
    # warning RequireThis Reference to instance variable 'fontLeading' needs "this.". 503 30
    # warning RequireThis Reference to instance variable 'hsbVis' needs "this.". 581 96
    # warning RequireThis Reference to instance variable 'vsbVis' needs "this.". 581 116
    # warning RequireThis Reference to instance variable 'eventIndex' needs "this.". 704 34
    # warning RequireThis Reference to instance variable 'listHeight' needs "this.". 749 58
    # warning RequireThis Reference to instance variable 'listWidth' needs "this.". 767 59
    # warning RequireThis Reference to instance variable 'vsb' needs "this.". 998 20
    # warning RequireThis Reference to instance variable 'hsb' needs "this.". 1015 49
    # warning RequireThis Reference to instance variable 'multipleSelections' needs "this.". 1183 89
    # warning RequireThis Reference to instance variable 'eventIndex' needs "this.". 1521 57
    # warning RequireThis Reference to instance variable 'focusIndex' needs "XListPeer.this.". 1838 137
    # warning RequireThis Reference to instance variable 'fontAscent' needs "XListPeer.this.". 1888 63
    # warning RequireThis Reference to instance variable 'prevFocusRect' needs "this.". 1946 104

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/X11/XMenuBarPeer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'helpMenu' needs "this.". 168 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/X11/XScrollPanePeer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'hsbSpace' needs "this.". 93 24
    # warning RequireThis Reference to instance variable 'vsbSpace' needs "this.". 102 25
    # warning RequireThis Reference to instance variable 'hsbSpace' needs "this.". 127 50
    # warning RequireThis Reference to instance variable 'vsbSpace' needs "this.". 127 67
    # warning RequireThis Reference to instance variable 'hsbSpace' needs "this.". 177 32
    # warning RequireThis Reference to instance variable 'vsbSpace' needs "this.". 177 59
    # warning RequireThis Reference to instance variable 'hsbSpace' needs "this.". 182 45
    # warning RequireThis Reference to instance variable 'hsbSpace' needs "this.". 186 58
    # warning RequireThis Reference to instance variable 'vsbSpace' needs "this.". 193 44
    # warning RequireThis Reference to instance variable 'vsbSpace' needs "this.". 197 31
    # warning RequireThis Reference to instance variable 'vsbSpace' needs "this.". 239 39
    # warning RequireThis Reference to instance variable 'hsbSpace' needs "this.". 240 39
    # warning RequireThis Reference to instance variable 'vsb' needs "this.". 362 23
    # warning RequireThis Reference to instance variable 'hsb' needs "this.". 365 28
    # warning RequireThis Reference to instance variable 'hsbSpace' needs "this.". 378 26
    # warning RequireThis Reference to instance variable 'vsbSpace' needs "this.". 379 25
    # warning RequireThis Reference to instance variable 'vsbSpace' needs "this.". 423 25
    # warning RequireThis Reference to instance variable 'hsbSpace' needs "this.". 459 26
    # warning RequireThis Reference to instance variable 'hsbSpace' needs "this.". 502 38
    # warning RequireThis Reference to instance variable 'vsbSpace' needs "this.". 506 48
    # warning RequireThis Reference to instance variable 'hsbSpace' needs "this.". 525 49
    # warning RequireThis Reference to instance variable 'vsbSpace' needs "this.". 528 48
    # warning RequireThis Reference to instance variable 'vsb' needs "this.". 539 20
    # warning RequireThis Reference to instance variable 'hsb' needs "this.". 541 49
    # warning RequireThis Reference to instance variable 'hsbSpace' needs "this.". 553 35
    # warning RequireThis Reference to instance variable 'vsbSpace' needs "this.". 564 34
    # warning RequireThis Reference to instance variable 'hsbSpace' needs "this.". 627 44
    # warning RequireThis Reference to instance variable 'vsbSpace' needs "this.". 633 43
    # warning RequireThis Reference to instance variable 'vsbSpace' needs "this.". 640 27
    # warning RequireThis Reference to instance variable 'hsbSpace' needs "this.". 641 28
    # warning RequireThis Reference to instance variable 'vsbSpace' needs "this.". 647 33
    # warning RequireThis Reference to instance variable 'hsbSpace' needs "this.". 659 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/X11/XScrollbar.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'min' needs "this.". 102 17
    # warning RequireThis Reference to instance variable 'vis' needs "this.". 104 30
    # warning RequireThis Reference to instance variable 'vis' needs "this.". 105 23
    # warning RequireThis Reference to instance variable 'val' needs "this.". 109 40
    # warning RequireThis Reference to instance variable 'line' needs "this.". 391 33
    # warning RequireThis Reference to instance variable 'line' needs "this.". 395 33
    # warning RequireThis Reference to instance variable 'page' needs "this.". 399 33
    # warning RequireThis Reference to instance variable 'page' needs "this.". 403 33
    # warning RequireThis Reference to instance variable 'min' needs "this.". 531 106
    # warning RequireThis Reference to instance variable 'min' needs "this.". 533 90
    # warning RequireThis Reference to instance variable 'min' needs "this.". 536 106
    # warning RequireThis Reference to instance variable 'min' needs "this.". 538 90
    # warning RequireThis Reference to instance variable 'barWidth' needs "this.". 742 27
    # warning RequireThis Reference to instance variable 'min' needs "this.". 755 84
    # warning RequireThis Reference to instance variable 'min' needs "this.". 790 27
    # warning RequireThis Reference to instance variable 'width' needs "this.". 854 35
    # warning RequireThis Reference to instance variable 'height' needs "this.". 854 49
    # warning RequireThis Reference to instance variable 'barWidth' needs "this.". 854 64
    # warning RequireThis Reference to instance variable 'barLength' needs "this.". 854 81

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/X11/XSelection.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ownershipTime' needs "this.". 551 70
    # warning RequireThis Reference to instance variable 'requestor' needs "this.". 815 41
    # warning RequireThis Reference to instance variable 'property' needs "this.". 817 39
    # warning RequireThis Reference to instance variable 'offset' needs "this.". 819 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/X11/XTextAreaPeer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'vsbBorder' needs "this.". 1115 40
    # warning RequireThis Reference to instance variable 'hsbBorder' needs "this.". 1123 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/X11/XTrayIconPeer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'old_x' needs "XTrayIconPeer.this.". 161 71
    # warning RequireThis Reference to instance variable 'old_y' needs "XTrayIconPeer.this.". 161 94
    # warning RequireThis Reference to instance variable 'autosize' needs "this.". 533 60

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/X11/XWarningWindow.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'currentSize' needs "this.". 126 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/X11/XWindow.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'target' needs "this.". 329 44
    # warning RequireThis Reference to instance variable 'target' needs "this.". 332 27
    # warning RequireThis Reference to instance variable 'oldWidth' needs "this.". 1358 23
    # warning RequireThis Reference to instance variable 'oldHeight' needs "this.". 1358 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/X11/XWindowPeer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ownerPeer' needs "this.". 224 50
    # warning RequireThis Reference to instance variable 'modalBlocker' needs "this.". 1498 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/X11/generator/WrapperGenerator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'package_name' needs "this.". 837 39
    # warning RequireThis Reference to instance variable 'package_name' needs "this.". 937 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/X11CustomCursor.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'count' needs "this.". 59 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/X11GraphicsConfig.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'screen' needs "this.". 298 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/X11GraphicsDevice.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'screen' needs "this.". 122 22
    # warning RequireThis Reference to instance variable 'screen' needs "this.". 243 40
    # warning RequireThis Reference to instance variable 'screen' needs "X11GraphicsDevice.this.". 443 87
    # warning RequireThis Reference to instance variable 'screen' needs "this.". 527 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/X11InputMethod.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'needResetXICClient' needs "this.". 275 37
    # warning RequireThis Reference to instance variable 'composedText' needs "this.". 686 62
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1043 36
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1065 26
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1081 33
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1083 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/XSettings.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dlen' needs "this.". 125 28
    # warning RequireThis Reference to instance variable 'idx' needs "this.". 129 57
    # warning RequireThis Reference to instance variable 'dlen' needs "this.". 131 64
    # warning RequireThis Reference to instance variable 'nsettings' needs "this.". 228 37
    # warning RequireThis Reference to instance variable 'dlen' needs "this.". 228 56

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/awt/motif/X11CNS11643.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'plane' needs "this.". 81 26
    # warning RequireThis Reference to instance variable 'plane' needs "this.". 105 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/font/NativeStrike.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numGlyphs' needs "this.". 147 33
    # warning RequireThis Reference to instance variable 'numGlyphs' needs "this.". 165 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/font/XRGlyphCache.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'grayGlyphSet' needs "this.". 173 44
    # warning RequireThis Reference to instance variable 'lcdGlyphSet' needs "this.". 213 64
    # warning RequireThis Reference to instance variable 'grayGlyphSet' needs "this.". 285 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/java2d/jules/JulesAATileGenerator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'left' needs "this.". 115 29
    # warning RequireThis Reference to instance variable 'top' needs "this.". 116 31
    # warning RequireThis Reference to instance variable 'tilesX' needs "this.". 121 36
    # warning RequireThis Reference to instance variable 'topFP' needs "this.". 136 47
    # warning RequireThis Reference to instance variable 'leftFP' needs "this.". 137 49
    # warning RequireThis Reference to instance variable 'leftFP' needs "this.". 138 49
    # warning RequireThis Reference to instance variable 'leftFP' needs "this.". 139 51
    # warning RequireThis Reference to instance variable 'leftFP' needs "this.". 140 51
    # warning RequireThis Reference to instance variable 'tilesX' needs "this.". 156 44
    # warning RequireThis Reference to instance variable 'tileCnt' needs "this.". 191 37
    # warning RequireThis Reference to instance variable 'leftFP' needs "this.". 229 62
    # warning RequireThis Reference to instance variable 'topFP' needs "this.". 230 62
    # warning RequireThis Reference to instance variable 'tilesX' needs "this.". 302 27
    # warning RequireThis Reference to instance variable 'tilesX' needs "this.". 306 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/java2d/jules/TileWorker.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'workerStartIndex' needs "this.". 87 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/java2d/x11/X11SurfaceData.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'validatedClip' needs "this.". 663 21
    # warning RequireThis Reference to instance variable 'validatedPixel' needs "this.". 692 22
    # warning RequireThis Reference to instance variable 'width' needs "this.". 795 47
    # warning RequireThis Reference to instance variable 'height' needs "this.". 795 64

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/java2d/xr/DirtyRegion.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'x' needs "this.". 60 21
    # warning RequireThis Reference to instance variable 'y' needs "this.". 64 21
    # warning RequireThis Reference to instance variable 'x' needs "this.". 121 26
    # warning RequireThis Reference to instance variable 'y' needs "this.". 121 39
    # warning RequireThis Reference to instance variable 'x2' needs "this.". 121 53
    # warning RequireThis Reference to instance variable 'y2' needs "this.". 121 68

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/java2d/xr/GrowableByteArray.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cellSize' needs "this.". 91 45
    # warning RequireThis Reference to instance variable 'cellSize' needs "this.". 110 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/java2d/xr/GrowableIntArray.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cellSize' needs "this.". 79 37
    # warning RequireThis Reference to instance variable 'cellSize' needs "this.". 99 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/java2d/xr/MaskTileManager.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'yTiles' needs "this.". 129 37
    # warning RequireThis Reference to instance variable 'xTiles' needs "this.". 130 41
    # warning RequireThis Reference to instance variable 'xTiles' needs "this.". 131 58
    # warning RequireThis Reference to instance variable 'maskPicture' needs "this.". 170 21
    # warning RequireThis Reference to instance variable 'yTiles' needs "this.". 244 32
    # warning RequireThis Reference to instance variable 'allocatedTiles' needs "this.". 246 23
    # warning RequireThis Reference to instance variable 'allocatedTiles' needs "this.". 248 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/java2d/xr/XRColor.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'alpha' needs "this.". 119 21
    # warning RequireThis Reference to instance variable 'red' needs "this.". 119 34
    # warning RequireThis Reference to instance variable 'green' needs "this.". 119 45
    # warning RequireThis Reference to instance variable 'blue' needs "this.". 119 57

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/java2d/xr/XRCompositeManager.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'validatedPaint' needs "this.". 153 41
    # warning RequireThis Reference to instance variable 'validatedComp' needs "this.". 156 22
    # warning RequireThis Reference to instance variable 'solidSrcPict' needs "this.". 185 20
    # warning RequireThis Reference to instance variable 'solidSrcPict' needs "this.". 228 29
    # warning RequireThis Reference to instance variable 'solidSrcPict' needs "this.". 229 36
    # warning RequireThis Reference to instance variable 'texture' needs "this.". 304 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/java2d/xr/XRSurfaceData.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'validatedFilter' needs "this.". 436 23
    # warning RequireThis Reference to instance variable 'validatedClip' needs "this.". 451 21
    # warning RequireThis Reference to instance variable 'width' needs "this.". 630 49
    # warning RequireThis Reference to instance variable 'height' needs "this.". 630 68

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/net/sdp/SdpProvider.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'prefixByteCount' needs "this.". 150 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/nio/ch/DevPollArrayWrapper.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'updated' needs "this.". 172 25
    # warning RequireThis Reference to instance variable 'incomingInterruptFD' needs "this.". 173 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/nio/ch/EPollArrayWrapper.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'updated' needs "this.". 229 25
    # warning RequireThis Reference to instance variable 'incomingInterruptFD' needs "this.". 230 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/nio/ch/EPollPort.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'NEED_TO_POLL' needs "EPollPort.this.". 266 35
    # warning RequireThis Reference to instance variable 'EXECUTE_TASK_OR_SHUTDOWN' needs "EPollPort.this.". 279 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/nio/cs/ext/COMPOUND_TEXT_Decoder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastDecoder' needs "this.". 233 51
    # warning RequireThis Reference to instance variable 'ext_count' needs "this.". 286 27
    # warning RequireThis Reference to instance variable 'ext_count' needs "this.". 514 31
    # warning RequireThis Reference to instance variable 'ext_count' needs "this.". 546 31
    # warning RequireThis Reference to instance variable 'glDecoder' needs "this.". 601 32
    # warning RequireThis Reference to instance variable 'grDecoder' needs "this.". 609 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/nio/cs/ext/COMPOUND_TEXT_Encoder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'encoder' needs "this.". 121 28
    # warning RequireThis Reference to instance variable 'numNonStandardChars' needs "this.". 197 40
    # warning RequireThis Reference to instance variable 'nonStandardEncodingLen' needs "this.". 206 39
    # warning RequireThis Reference to instance variable 'nonStandardEncodingLen' needs "this.". 227 52
    # warning RequireThis Reference to instance variable 'nonStandardEncodingLen' needs "this.". 230 30
    # warning RequireThis Reference to instance variable 'nonStandardEncodingLen' needs "this.". 232 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/print/CUPSPrinter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nPageSizes' needs "this.". 114 41
    # warning RequireThis Reference to instance variable 'nPageSizes' needs "this.". 179 25
    # warning RequireThis Reference to instance variable 'nTrays' needs "this.". 225 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/print/IPPPrintService.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'printer' needs "this.". 339 47
    # warning RequireThis Reference to instance variable 'myURI' needs "this.". 340 70
    # warning RequireThis Reference to instance variable 'myURL' needs "this.". 367 43
    # warning RequireThis Reference to instance variable 'myURI' needs "this.". 374 66
    # warning RequireThis Reference to instance variable 'myURI' needs "this.". 1618 64
    # warning RequireThis Reference to instance variable 'myURL' needs "this.". 1618 80
    # warning RequireThis Reference to instance variable 'myURI' needs "this.". 1629 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/print/UnixPrintJob.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sides' needs "this.". 372 40
    # warning RequireThis Reference to instance variable 'mOptions' needs "this.". 377 63
    # warning RequireThis Reference to instance variable 'mediaName' needs "this.". 813 64

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/print/UnixPrintService.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'printer' needs "this.". 221 50
    # warning RequireThis Reference to instance variable 'printer' needs "this.". 253 52
    # warning RequireThis Reference to instance variable 'printer' needs "this.". 305 50
    # warning RequireThis Reference to instance variable 'printer' needs "this.". 321 52

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/print/UnixPrintServiceLookup.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'defaultPrinter' needs "this.". 551 53

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/classes/sun/security/provider/NativePRNG.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lastRead' needs "this.". 260 43
    # warning RequireThis Reference to instance variable 'buffered' needs "this.". 279 64

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/solaris/demo/jni/Poller/LinkedQueue.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'count_' needs "this.". 107 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/windows/classes/java/io/Win32FileSystem.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'slash' needs "this.". 56 49
    # warning RequireThis Reference to instance variable 'slash' needs "this.". 228 41
    # warning RequireThis Reference to instance variable 'slash' needs "this.". 229 32
    # warning RequireThis Reference to instance variable 'slash' needs "this.". 238 46
    # warning RequireThis Reference to instance variable 'slash' needs "this.". 244 38
    # warning RequireThis Reference to instance variable 'slash' needs "this.". 249 41
    # warning RequireThis Reference to instance variable 'slash' needs "this.". 263 22
    # warning RequireThis Reference to instance variable 'slash' needs "this.". 287 57
    # warning RequireThis Reference to instance variable 'slash' needs "this.". 325 45
    # warning RequireThis Reference to instance variable 'slash' needs "this.". 561 53

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/windows/classes/sun/awt/Win32GraphicsConfig.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'screen' needs "this.". 216 42
    # warning RequireThis Reference to instance variable 'visual' needs "this.". 216 60

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/windows/classes/sun/awt/Win32GraphicsDevice.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'screen' needs "this.". 106 32
    # warning RequireThis Reference to instance variable 'screen' needs "this.". 108 54
    # warning RequireThis Reference to instance variable 'screen' needs "this.". 270 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/windows/classes/sun/awt/windows/WComponentPeer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'oldWidth' needs "this.". 151 34
    # warning RequireThis Reference to instance variable 'oldHeight' needs "this.". 151 58
    # warning RequireThis Reference to instance variable 'oldWidth' needs "this.". 158 23
    # warning RequireThis Reference to instance variable 'oldHeight' needs "this.". 158 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/windows/classes/sun/awt/windows/WDataTransferer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'iHTMLStart' needs "this.". 801 19
    # warning RequireThis Reference to instance variable 'iFragStart' needs "this.". 803 19
    # warning RequireThis Reference to instance variable 'iFragEnd' needs "this.". 805 19
    # warning RequireThis Reference to instance variable 'iSelStart' needs "this.". 807 19
    # warning RequireThis Reference to instance variable 'iSelEnd' needs "this.". 809 19
    # warning RequireThis Reference to instance variable 'iStartOffset' needs "this.". 830 19
    # warning RequireThis Reference to instance variable 'iStartOffset' needs "this.". 835 28
    # warning RequireThis Reference to instance variable 'iReadCount' needs "this.". 841 29
    # warning RequireThis Reference to instance variable 'iEndOffset' needs "this.". 855 19
    # warning RequireThis Reference to instance variable 'iEndOffset' needs "this.". 855 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/windows/classes/sun/awt/windows/WDesktopProperties.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'winEventName' needs "this.". 218 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/windows/classes/sun/awt/windows/WEmbeddedFrame.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'bandWidth' needs "this.". 135 49
    # warning RequireThis Reference to instance variable 'bandHeight' needs "this.". 159 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/windows/classes/sun/awt/windows/WInputMethod.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'awtFocussedComponent' needs "this.". 272 25
    # warning RequireThis Reference to instance variable 'awtFocussedComponentPeer' needs "this.". 291 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/windows/classes/sun/awt/windows/WPrinterJob.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'driverDoesMultipleCopies' needs "this.". 844 51
    # warning RequireThis Reference to instance variable 'driverDoesCollation' needs "this.". 845 48
    # warning RequireThis Reference to instance variable 'mLastFontSize' needs "this.". 1059 25
    # warning RequireThis Reference to instance variable 'mLastFontStyle' needs "this.". 1060 25
    # warning RequireThis Reference to instance variable 'mLastRotation' needs "this.". 1061 25
    # warning RequireThis Reference to instance variable 'mLastAwScale' needs "this.". 1062 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/windows/classes/sun/awt/windows/WToolkit.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dynamicLayoutSetting' needs "this.". 512 18
    # warning RequireThis Reference to instance variable 'cacheFontPeer' needs "this.". 594 21
    # warning RequireThis Reference to instance variable 'cacheFontPeer' needs "this.". 602 25
    # warning RequireThis Reference to instance variable 'cacheFontPeer' needs "this.". 605 25
    # warning RequireThis Reference to instance variable 'wprops' needs "this.". 866 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/windows/classes/sun/java2d/d3d/D3DGraphicsDevice.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'realFSWindow' needs "this.". 357 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/windows/classes/sun/java2d/d3d/D3DVolatileSurfaceManager.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'restoreCountdown' needs "this.". 150 52

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/windows/classes/sun/nio/ch/PollArrayWrapper.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 88 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/windows/classes/sun/nio/ch/WindowsAsynchronousFileChannelImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dst' needs "this.". 402 24
    # warning RequireThis Reference to instance variable 'dst' needs "this.". 409 28
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 436 59
    # warning RequireThis Reference to instance variable 'src' needs "this.". 593 24
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 617 59

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/windows/classes/sun/nio/ch/WindowsAsynchronousSocketChannelImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numBufs' needs "this.". 396 29
    # warning RequireThis Reference to instance variable 'numBufs' needs "this.". 423 29
    # warning RequireThis Reference to instance variable 'numBufs' needs "this.". 450 29
    # warning RequireThis Reference to instance variable 'numBufs' needs "this.". 463 29
    # warning RequireThis Reference to instance variable 'numBufs' needs "this.". 670 29
    # warning RequireThis Reference to instance variable 'numBufs' needs "this.". 701 29
    # warning RequireThis Reference to instance variable 'numBufs' needs "this.". 730 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/windows/classes/sun/nio/ch/WindowsSelectorImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'wakeupSourceFd' needs "WindowsSelectorImpl.this.". 343 29
    # warning RequireThis Reference to instance variable 'threadsCount' needs "this.". 448 46
    # warning RequireThis Reference to instance variable 'threadsCount' needs "this.". 456 52
    # warning RequireThis Reference to instance variable 'totalChannels' needs "this.". 511 40
    # warning RequireThis Reference to instance variable 'totalChannels' needs "this.". 547 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/windows/classes/sun/nio/fs/WindowsPath.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'path' needs "this.". 229 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/windows/classes/sun/print/Win32PrintService.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nCopies' needs "this.". 699 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/windows/classes/sun/security/krb5/internal/tools/Klist.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 180 48
    # warning RequireThis Reference to instance variable 'name' needs "this.". 184 52
    # warning RequireThis Reference to instance variable 'name' needs "this.". 187 52
    # warning RequireThis Reference to instance variable 'name' needs "this.". 219 33
    # warning RequireThis Reference to instance variable 'name' needs "this.". 222 55
    # warning RequireThis Reference to instance variable 'name' needs "this.". 299 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/windows/classes/sun/security/krb5/internal/tools/Ktab.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'action' needs "this.". 198 71
    # warning RequireThis Reference to instance variable 'principal' needs "this.". 280 51
    # warning RequireThis Reference to instance variable 'principal' needs "this.". 306 53
    # warning RequireThis Reference to instance variable 'principal' needs "this.". 310 51
    # warning RequireThis Reference to instance variable 'etype' needs "this.". 394 66
    # warning RequireThis Reference to instance variable 'vDel' needs "this.". 395 78

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/src/windows/classes/sun/security/mscapi/RSACipher.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'paddingLength' needs "this.". 257 47
    # warning RequireThis Reference to instance variable 'paddingLength' needs "this.". 270 46
    # warning RequireThis Reference to instance variable 'outputSize' needs "this.". 330 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/awt/SecurityWarning/GetSizeShouldNotReturnZero.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 357 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/awt/Translucency/WindowOpacity.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 429 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/crypto/provider/Cipher/AES/TestShortBuffer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'outOffset' needs "this.". 126 41
    # warning RequireThis Reference to instance variable 'outOffset' needs "this.". 149 41
    # warning RequireThis Reference to instance variable 'outOffset' needs "this.". 188 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/crypto/provider/Cipher/DES/PaddingTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pinfile' needs "this.". 193 28
    # warning RequireThis Reference to instance variable 'poutfile' needs "this.". 193 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/crypto/provider/Cipher/PBE/PKCS12CipherKAT.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'alg' needs "this.". 138 53
    # warning RequireThis Reference to instance variable 'password' needs "this.". 142 53
    # warning RequireThis Reference to instance variable 'ic' needs "this.". 144 57
    # warning RequireThis Reference to instance variable 'alg' needs "this.". 145 62
    # warning RequireThis Reference to instance variable 'password' needs "this.". 157 53
    # warning RequireThis Reference to instance variable 'ic' needs "this.". 159 57
    # warning RequireThis Reference to instance variable 'alg' needs "this.". 160 62
    # warning RequireThis Reference to instance variable 'alg' needs "this.". 162 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/crypto/provider/Cipher/RC2ArcFour/CipherKAT.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'alg' needs "this.". 130 68
    # warning RequireThis Reference to instance variable 'alg' needs "this.". 138 69
    # warning RequireThis Reference to instance variable 'alg' needs "this.". 147 68
    # warning RequireThis Reference to instance variable 'alg' needs "this.". 155 69
    # warning RequireThis Reference to instance variable 'alg' needs "this.". 157 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/crypto/provider/Cipher/RSA/TestOAEP_KAT.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'count' needs "this.". 200 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/crypto/provider/Mac/MacKAT.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'alg' needs "this.". 123 54
    # warning RequireThis Reference to instance variable 'alg' needs "this.". 130 55
    # warning RequireThis Reference to instance variable 'alg' needs "this.". 132 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/jdi/BreakpointTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'bkptCount' needs "this.". 93 54

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/jdi/ClassLoaderTarg.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'id' needs "this.". 81 54

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/jdi/ConstantPoolInfo.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cpool_count' needs "this.". 133 39
    # warning RequireThis Reference to instance variable 'cpool_count' needs "this.". 134 76
    # warning RequireThis Reference to instance variable 'cpool_count' needs "this.". 164 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/jdi/ControlFlow.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'n' needs "this.". 45 29
    # warning RequireThis Reference to instance variable 'n' needs "this.". 46 67

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/jdi/ExceptionEvents.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'eventCount' needs "this.". 346 36
    # warning RequireThis Reference to instance variable 'request' needs "this.". 369 32
    # warning RequireThis Reference to instance variable 'exceptionName' needs "this.". 413 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/jdi/GetLocalVariables.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'i_short' needs "this.". 215 35
    # warning RequireThis Reference to instance variable 'i_int' needs "this.". 216 36
    # warning RequireThis Reference to instance variable 'i_int' needs "this.". 217 36
    # warning RequireThis Reference to instance variable 'i_float' needs "this.". 219 28
    # warning RequireThis Reference to instance variable 'i_byte' needs "this.". 221 31
    # warning RequireThis Reference to instance variable 'i_short' needs "this.". 221 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/jdi/InstanceFilter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'methodCount' needs "this.". 147 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/jdi/InstancesTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'targetClass' needs "this.". 208 85
    # warning RequireThis Reference to instance variable 'targetClass' needs "this.". 212 85

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/jdi/InvokeTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'targetClass' needs "this.". 361 85

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/jdi/MethodEntryExitEvents.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'expectedEntryCount' needs "this.". 265 34
    # warning RequireThis Reference to instance variable 'expectedExitCount' needs "this.". 266 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/jdi/ModificationWatchpoints.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'className' needs "this.". 278 55
    # warning RequireThis Reference to instance variable 'className' needs "this.". 293 42
    # warning RequireThis Reference to instance variable 'className' needs "this.". 298 45
    # warning RequireThis Reference to instance variable 'fieldName' needs "this.". 298 63
    # warning RequireThis Reference to instance variable 'expectedValue' needs "this.". 302 58
    # warning RequireThis Reference to instance variable 'fieldName' needs "this.". 313 43
    # warning RequireThis Reference to instance variable 'eventCount' needs "this.". 314 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/jdi/OnThrowTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'touchFile' needs "this.". 55 19

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/jdi/PopAsynchronousTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'result' needs "this.". 203 47
    # warning RequireThis Reference to instance variable 'result' needs "this.". 206 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/jdi/PopSynchronousTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'expected' needs "this.". 140 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/jdi/ReferrersTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'targetClass' needs "this.". 207 85
    # warning RequireThis Reference to instance variable 'targetClass' needs "this.". 211 85

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/jdi/SimulResumerTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'debuggeeThread1' needs "this.". 131 44
    # warning RequireThis Reference to instance variable 'debuggeeThread1' needs "this.". 134 47
    # warning RequireThis Reference to instance variable 'debuggeeThread2' needs "this.". 136 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/jdi/StepTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'expectedCount' needs "this.". 134 29
    # warning RequireThis Reference to instance variable 'maxDepth' needs "this.". 135 39
    # warning RequireThis Reference to instance variable 'workaroundCount' needs "this.". 157 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/jdi/SuspendThreadTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'bkptCount' needs "this.". 88 54
    # warning RequireThis Reference to instance variable 'bkptCount' needs "this.". 151 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/jdi/TestScaffold.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mainStartClass' needs "TestScaffold.this.". 390 53
    # warning RequireThis Reference to instance variable 'vmDied' needs "this.". 895 44
    # warning RequireThis Reference to instance variable 'vmDisconnected' needs "this.". 896 41
    # warning RequireThis Reference to instance variable 'connection' needs "this.". 897 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/jdi/VMDeathRequestTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'deathRequest' needs "this.". 73 32
    # warning RequireThis Reference to instance variable 'deathRequest' needs "this.". 115 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/jdi/redefine/RedefineTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'repetitionCount' needs "this.". 242 73

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/jdi/redefineMethod/RedefineTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'bpCnt' needs "this.". 282 73

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/jdi/sde/FilterMangleTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cpReq' needs "this.". 119 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/jdi/sde/InstallSDE.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sdeIndex' needs "this.". 101 36
    # warning RequireThis Reference to instance variable 'sdeIndex' needs "this.". 106 36
    # warning RequireThis Reference to instance variable 'sdeIndex' needs "this.". 158 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/jdi/sde/MangleStepTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'stratum' needs "this.". 100 39
    # warning RequireThis Reference to instance variable 'stratum' needs "this.". 119 42
    # warning RequireThis Reference to instance variable 'stratum' needs "this.". 121 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/jndi/ldap/BalancedParentheses.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 109 61

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/jndi/ldap/InvalidLdapFilters.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 161 61

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/jndi/ldap/LdapName/EmptyNameSearch.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 99 67

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/net/httpserver/Test12.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'port' needs "this.". 130 61
    # warning RequireThis Reference to instance variable 'f' needs "this.". 130 76
    # warning RequireThis Reference to instance variable 'size' needs "this.". 158 30
    # warning RequireThis Reference to instance variable 'f' needs "this.". 161 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/net/httpserver/Test13.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'port' needs "this.". 137 61
    # warning RequireThis Reference to instance variable 'f' needs "this.". 137 76
    # warning RequireThis Reference to instance variable 'size' needs "this.". 165 30
    # warning RequireThis Reference to instance variable 'f' needs "this.". 168 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/net/httpserver/Test9.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'port' needs "this.". 137 61
    # warning RequireThis Reference to instance variable 'f' needs "this.". 137 76
    # warning RequireThis Reference to instance variable 'size' needs "this.". 170 30
    # warning RequireThis Reference to instance variable 'fixedLen' needs "this.". 172 55
    # warning RequireThis Reference to instance variable 'protocol' needs "this.". 173 55
    # warning RequireThis Reference to instance variable 'root' needs "this.". 174 51
    # warning RequireThis Reference to instance variable 'port' needs "this.". 175 51
    # warning RequireThis Reference to instance variable 'f' needs "this.". 176 48
    # warning RequireThis Reference to instance variable 'size' needs "this.". 177 51
    # warning RequireThis Reference to instance variable 'f' needs "this.". 182 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/net/httpserver/Test9a.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'port' needs "this.". 130 61
    # warning RequireThis Reference to instance variable 'f' needs "this.". 130 76
    # warning RequireThis Reference to instance variable 'size' needs "this.". 163 30
    # warning RequireThis Reference to instance variable 'fixedLen' needs "this.". 165 55
    # warning RequireThis Reference to instance variable 'protocol' needs "this.". 166 55
    # warning RequireThis Reference to instance variable 'root' needs "this.". 167 51
    # warning RequireThis Reference to instance variable 'port' needs "this.". 168 51
    # warning RequireThis Reference to instance variable 'f' needs "this.". 169 48
    # warning RequireThis Reference to instance variable 'size' needs "this.". 170 51
    # warning RequireThis Reference to instance variable 'f' needs "this.". 175 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/net/httpserver/bugs/FixedLengthInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'expected' needs "this.". 118 28
    # warning RequireThis Reference to instance variable 'expected' needs "this.". 118 53

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/com/sun/security/sasl/digest/CheckNegotiatedQOPs.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'caseNumber' needs "this.". 95 40
    # warning RequireThis Reference to instance variable 'requestedQOPs' needs "this.". 96 56
    # warning RequireThis Reference to instance variable 'supportedQOPs' needs "this.". 97 56

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/demo/jvmti/Context.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'thread_count' needs "this.". 147 54
    # warning RequireThis Reference to instance variable 'thread_count' needs "this.". 153 48
    # warning RequireThis Reference to instance variable 'thread_index' needs "this.". 156 49
    # warning RequireThis Reference to instance variable 'thread_index' needs "this.". 162 57
    # warning RequireThis Reference to instance variable 'thread_turns' needs "this.". 179 65

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/demo/jvmti/DemoRun.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 58 38
    # warning RequireThis Reference to instance variable 'demo_name' needs "this.". 173 51
    # warning RequireThis Reference to instance variable 'demo_options' needs "this.". 174 57
    # warning RequireThis Reference to instance variable 'demo_name' needs "this.". 179 45
    # warning RequireThis Reference to instance variable 'demo_name' needs "this.". 181 57
    # warning RequireThis Reference to instance variable 'demo_options' needs "this.". 184 57

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/demo/zipfs/Basic.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'indent' needs "this.". 117 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/demo/zipfs/ZipFSTester.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'indent' needs "this.". 423 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Choice/ChoiceKeyEventReaction/ChoiceKeyEventReaction.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'toolkit' needs "this.". 51 52
    # warning RequireThis Reference to instance variable 'keyTypedOnTextField' needs "this.". 105 53
    # warning RequireThis Reference to instance variable 'itemChanged' needs "this.". 105 95

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Choice/NonFocusablePopupMenuTest/NonFocusablePopupMenuTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 181 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Component/NoUpdateUponShow/NoUpdateUponShow.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 348 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Component/UpdatingBootTime/UpdatingBootTime.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 189 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Container/isRemoveNotifyNeeded/JInternalFrameTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'background' needs "this.". 67 52
    # warning RequireThis Reference to instance variable 'background' needs "this.". 73 55
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 401 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Dialog/NonResizableDialogSysMenuResize/NonResizableDialogSysMenuResize.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 403 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/FileDialog/DefaultFocusOwner/DefaultFocusOwner.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 348 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/FileDialog/FileDialogReturnTest/FileDialogReturnTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 213 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/FileDialog/FileNameOverrideTest/FileNameOverrideTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'showBtn' needs "this.". 61 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/FileDialog/MultipleMode/MultipleMode.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 256 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/FileDialog/RegexpFilterTest/RegexpFilterTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 193 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/FileDialog/SaveFileNameOverrideTest/SaveFileNameOverrideTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'showBtn' needs "this.". 53 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Focus/ActualFocusedWindowTest/ActualFocusedWindowBlockingTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fButton' needs "this.". 90 71
    # warning RequireThis Reference to instance variable 'fButton' needs "this.". 101 71
    # warning RequireThis Reference to instance variable 'fButton' needs "this.". 113 71

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Focus/AppletInitialFocusTest/AppletInitialFocusTest1.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'button1' needs "this.". 45 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Focus/AutoRequestFocusTest/AutoRequestFocusSetVisibleTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 575 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Focus/AutoRequestFocusTest/AutoRequestFocusToFrontTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 538 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Focus/ClearLwQueueBreakTest/ClearLwQueueBreakTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 302 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Focus/ConsumeNextKeyTypedOnModalShowTest/ConsumeNextKeyTypedOnModalShowTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'tf0' needs "ConsumeNextKeyTypedOnModalShowTest.this.". 70 75

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Focus/FocusTraversalPolicy/DefaultFTPTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'TESTS_NUMBER' needs "this.". 119 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Focus/FocusTraversalPolicy/LayoutFTPTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'TESTS_NUMBER' needs "this.". 120 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Focus/IconifiedFrameFocusChangeTest/IconifiedFrameFocusChangeTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'testButton' needs "this.". 80 66

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Focus/InputVerifierTest3/InputVerifierTest3.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 353 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Focus/ModalBlockedStealsFocusTest/ModalBlockedStealsFocusTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 218 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Focus/NoAutotransferToDisabledCompTest/NoAutotransferToDisabledCompTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'b1' needs "this.". 75 62

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Focus/NonFocusableResizableTooSmall/NonFocusableResizableTooSmall.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 380 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Focus/RequestFocusToDisabledCompTest/RequestFocusToDisabledCompTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'b0' needs "this.". 69 66
    # warning RequireThis Reference to instance variable 'b1' needs "this.". 75 83

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Focus/RequestOnCompWithNullParent/RequestOnCompWithNullParent1.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 386 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Focus/RestoreFocusOnDisabledComponentTest/RestoreFocusOnDisabledComponentTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'b1' needs "RestoreFocusOnDisabledComponentTest.this.". 74 42
    # warning RequireThis Reference to instance variable 'b0' needs "RestoreFocusOnDisabledComponentTest.this.". 77 49

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Focus/ShowFrameCheckForegroundTest/ShowFrameCheckForegroundTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 218 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Focus/ToFrontFocusTest/ToFrontFocus.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 244 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Focus/WindowInitialFocusTest/WindowInitialFocusTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 216 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/FontClass/CreateFont/BigFont.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 41 22
    # warning RequireThis Reference to instance variable 'id' needs "this.". 61 40
    # warning RequireThis Reference to instance variable 'id' needs "this.". 96 40
    # warning RequireThis Reference to instance variable 'id' needs "this.". 131 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Frame/DynamicLayout/DynamicLayout.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 402 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Frame/InitialMaximizedTest/InitialMaximizedTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 184 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Frame/LayoutOnMaximizeTest/LayoutOnMaximizeTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 435 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Frame/MaximizedToIconified/MaximizedToIconified.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 400 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Frame/ShownOffScreenOnWin98/ShownOffScreenOnWin98Test.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 373 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Frame/ShownOnPack/ShownOnPack.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 195 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Frame/UnfocusableMaximizedFrameResizablity/UnfocusableMaximizedFrameResizablity.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 378 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/FullScreen/MultimonFullscreenTest/MultimonFullscreenTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'defDev' needs "this.". 116 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/FullScreen/UninitializedDisplayModeChangeTest/UninitializedDisplayModeChangeTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'inputType' needs "this.". 115 59

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Graphics2D/DrawString/AlphaSurfaceText.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'wid' needs "this.". 67 25
    # warning RequireThis Reference to instance variable 'hgt' needs "this.". 68 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Graphics2D/DrawString/DrawStrSuper.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'wid' needs "this.". 83 26
    # warning RequireThis Reference to instance variable 'hgt' needs "this.". 84 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Graphics2D/MTGraphicsAccessTest/MTGraphicsAccessTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numexceptions' needs "this.". 117 40
    # warning RequireThis Reference to instance variable 'numexceptions' needs "this.". 120 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Graphics2D/RenderClipTest/RenderClipTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'hgap' needs "this.". 1492 73
    # warning RequireThis Reference to instance variable 'vgap' needs "this.". 1493 73
    # warning RequireThis Reference to instance variable 'hgap' needs "this.". 1516 31
    # warning RequireThis Reference to instance variable 'vgap' needs "this.". 1517 31
    # warning RequireThis Reference to instance variable 'hgap' needs "this.". 1521 35
    # warning RequireThis Reference to instance variable 'vgap' needs "this.". 1522 34
    # warning RequireThis Reference to instance variable 'hgap' needs "this.". 1527 36
    # warning RequireThis Reference to instance variable 'hgap' needs "this.". 1530 39
    # warning RequireThis Reference to instance variable 'vgap' needs "this.". 1531 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/GridBagLayout/GridBagLayoutIpadXYTest/GridBagLayoutIpadXYTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'customIpadx' needs "this.". 77 30
    # warning RequireThis Reference to instance variable 'customIpady' needs "this.". 78 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/KeyboardFocusmanager/TypeAhead/ButtonActionKeyTest/ButtonActionKeyTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 221 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/KeyboardFocusmanager/TypeAhead/MenuItemActivatedTest/MenuItemActivatedTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 230 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/KeyboardFocusmanager/TypeAhead/SubMenuShowTest/SubMenuShowTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 224 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/KeyboardFocusmanager/TypeAhead/TestDialogTypeAhead.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 398 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/List/ListFlickers/ListFlickers.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 354 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/List/SetBackgroundTest/SetBackgroundTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 420 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/List/SetFontTest/SetFontTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 201 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Menu/OpensWithNoGrab/OpensWithNoGrab.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 395 54

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Mixing/HWDisappear.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 393 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Mixing/JButtonInGlassPane.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 395 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Mixing/LWComboBox.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 390 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Mixing/LWPopupMenu.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 397 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Mixing/MixingInHwPanel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 393 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Mixing/MixingOnDialog.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 393 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Mixing/MixingOnShrinkingHWButton.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 394 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Mixing/NonOpaqueInternalFrame.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 399 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Mixing/OpaqueTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 418 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Mixing/OverlappingButtons.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 406 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Mixing/ValidBounds.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 378 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Mixing/Validating.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 372 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Mixing/setComponentZOrder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 342 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Modal/WsDisabledStyle/CloseBlocker/CloseBlocker.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 418 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Modal/WsDisabledStyle/OverBlocker/OverBlocker.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 408 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Modal/WsDisabledStyle/Winkey/Winkey.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 355 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Mouse/ExtraMouseClick/ExtraMouseClick.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'TRIALS' needs "this.". 105 28
    # warning RequireThis Reference to instance variable 'TRIALS' needs "this.". 110 28
    # warning RequireThis Reference to instance variable 'TRIALS' needs "this.". 115 28
    # warning RequireThis Reference to instance variable 'TRIALS' needs "this.". 120 28
    # warning RequireThis Reference to instance variable 'TRIALS' needs "this.". 140 32
    # warning RequireThis Reference to instance variable 'TRIALS' needs "this.". 145 32
    # warning RequireThis Reference to instance variable 'dragged' needs "this.". 163 100
    # warning RequireThis Reference to instance variable 'clicked' needs "this.". 163 124
    # warning RequireThis Reference to instance variable 'dragged' needs "this.". 178 120
    # warning RequireThis Reference to instance variable 'clicked' needs "this.". 178 144
    # warning RequireThis Reference to instance variable 'dragged' needs "this.". 190 120
    # warning RequireThis Reference to instance variable 'clicked' needs "this.". 190 144
    # warning RequireThis Reference to instance variable 'dragged' needs "this.". 210 129
    # warning RequireThis Reference to instance variable 'dragged' needs "this.". 223 129
    # warning RequireThis Reference to instance variable 'pressed' needs "this.". 234 162
    # warning RequireThis Reference to instance variable 'released' needs "this.". 234 176
    # warning RequireThis Reference to instance variable 'clicked' needs "this.". 234 189
    # warning RequireThis Reference to instance variable 'dragged' needs "this.". 234 203

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Mouse/MaximizedFrameTest/MaximizedFrameTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ITERATIONS_COUNT' needs "this.". 89 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/MouseAdapter/MouseAdapterUnitTest/MouseAdapterUnitTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 475 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/MultipleGradientPaint/MultiGradientTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cmbPaint' needs "this.". 367 27
    # warning RequireThis Reference to instance variable 'cmbCycle' needs "this.". 369 34
    # warning RequireThis Reference to instance variable 'cmbSpace' needs "this.". 371 34
    # warning RequireThis Reference to instance variable 'cmbShape' needs "this.". 373 34
    # warning RequireThis Reference to instance variable 'cmbXform' needs "this.". 375 34
    # warning RequireThis Reference to instance variable 'cbAntialias' needs "this.". 377 34
    # warning RequireThis Reference to instance variable 'cbRender' needs "this.". 381 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/PrintJob/ConstrainedPrintingTest/ConstrainedPrintingTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 323 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/PrintJob/PageSetupDlgBlockingTest/PageSetupDlgBlockingTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 214 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/PrintJob/PrintCheckboxTest/PrintCheckboxManualTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 262 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/PrintJob/Security/SecurityDialogTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'setSecurity' needs "this.". 63 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Robot/ManualInstructions/ManualInstructions.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 275 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/TextArea/MouseOverScrollbarWhenTyping/Test.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 337 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/TextArea/MouseOverScrollbarWhenTyping/Test1.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 338 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/TextArea/TextAreaCursorTest/HoveringAndDraggingTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 201 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/TextArea/UsingWithMouse/SelectionAutoscrollTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'desiredSelectionEnd' needs "this.". 105 39
    # warning RequireThis Reference to instance variable 'desiredSelectionEnd' needs "this.". 174 53
    # warning RequireThis Reference to instance variable 'desiredSelectionEnd' needs "this.". 175 49

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/TextField/ScrollSelectionTest/ScrollSelectionTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 182 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Toolkit/RealSync/RealSyncOnEDT.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 366 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/TrayIcon/DragEventSource/DragEventSource.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 381 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Window/GrabSequence/GrabSequence.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 400 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/Window/PropertyChangeListenerLockSerialization/PropertyChangeListenerLockSerialization.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 369 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/dnd/Button2DragTest/Button2DragTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dropSuccess' needs "Button2DragTest.this.". 68 62

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/dnd/DnDFileGroupDescriptor/DnDFileGroupDescriptor.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 157 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/dnd/FileListBetweenJVMsTest/TargetFileListFrame.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'expectationTransferredFilesNumber' needs "this.". 87 32
    # warning RequireThis Reference to instance variable 'expectationTransferredFilesNumber' needs "this.". 90 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/dnd/ImageDecoratedDnD/DnDSource.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dropAction' needs "this.". 139 46
    # warning RequireThis Reference to instance variable 'dropAction' needs "this.". 163 46
    # warning RequireThis Reference to instance variable 'dropAction' needs "this.". 177 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/dnd/ImageDecoratedDnD/ImageDecoratedDnD.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 169 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/dnd/ImageDecoratedDnDInOut/DnDSource.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dropAction' needs "this.". 139 46
    # warning RequireThis Reference to instance variable 'dropAction' needs "this.". 163 46
    # warning RequireThis Reference to instance variable 'dropAction' needs "this.". 177 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/dnd/ImageDecoratedDnDInOut/ImageDecoratedDnDInOut.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 204 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/dnd/ImageDecoratedDnDNegative/DnDSource.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'iProblem' needs "DnDSource.this.". 127 39
    # warning RequireThis Reference to instance variable 'dropAction' needs "this.". 177 46
    # warning RequireThis Reference to instance variable 'dropAction' needs "this.". 201 46
    # warning RequireThis Reference to instance variable 'dropAction' needs "this.". 215 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/dnd/ImageDecoratedDnDNegative/ImageDecoratedDnDNegative.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 238 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/dnd/URIListBetweenJVMsTest/TargetFileListFrame.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'expectationTransferredFilesNumber' needs "this.". 97 32
    # warning RequireThis Reference to instance variable 'expectationTransferredFilesNumber' needs "this.". 100 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/event/HierarchyEvent/AncestorResized/AncestorResized.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 404 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/event/KeyEvent/AcceleratorTest/AcceleratorTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 272 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/event/KeyEvent/KeyTyped/CtrlASCII.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 408 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/event/MouseEvent/AWTPanelSmoothWheel/AWTPanelSmoothWheel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 217 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/event/MouseEvent/MenuDragMouseEventAbsoluteCoordsTest/MenuDragMouseEventAbsoluteCoordsTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'mousePositionOnScreen' needs "this.". 137 56

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/event/MouseEvent/MouseClickTest/MouseClickTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'EXPECTED_EVENT_COUNT' needs "this.". 182 49

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/event/MouseEvent/RobotLWTest/RobotLWTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 255 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/event/MouseEvent/SmoothWheel/SmoothWheel.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 384 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/event/MouseEvent/SpuriousExitEnter/SpuriousExitEnter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 361 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/event/MouseEvent/SpuriousExitEnter/SpuriousExitEnter_1.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 388 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/event/MouseEvent/SpuriousExitEnter/SpuriousExitEnter_2.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 413 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/font/Threads/FontThread.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fontName' needs "this.". 61 39
    # warning RequireThis Reference to instance variable 'fontName' needs "this.". 63 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/grab/EmbeddedFrameTest1/EmbeddedFrameTest1.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 358 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/im/InputContext/bug4625203.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'n' needs "this.". 78 39
    # warning RequireThis Reference to instance variable 'n' needs "this.". 82 34

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/image/MemoryLeakTest/MemoryLeakTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'passButton' needs "this.". 99 31
    # warning RequireThis Reference to instance variable 'failButton' needs "this.". 103 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/print/Dialog/DialogOrient.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 379 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/print/PrinterJob/Collate2DPrintingTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'print2D' needs "this.". 90 35
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 220 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/print/PrinterJob/ImagePrinting/ClippedImages.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sh' needs "this.". 167 25
    # warning RequireThis Reference to instance variable 'sw' needs "this.". 169 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/print/PrinterJob/ImagePrinting/ImageTypes.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sh' needs "this.". 124 25
    # warning RequireThis Reference to instance variable 'sw' needs "this.". 126 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/print/PrinterJob/ValidatePage/ValidatePage.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 395 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/regtesthelpers/Sysout.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 132 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/awt/regtesthelpers/process/ProcessResults.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'exitValue' needs "this.". 105 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/BufferedInputStream/CloseStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'OPEN' needs "this.". 59 23
    # warning RequireThis Reference to instance variable 'CLOSED' needs "this.". 65 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/BufferedInputStream/Fill.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'shortFall' needs "this.". 56 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/BufferedReader/Fill.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'shortFall' needs "this.". 52 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/BufferedReader/ReadLine.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 129 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/BufferedReader/Ready.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 76 24
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 84 24
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 87 46
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 87 63
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 98 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/IOException/LastErrorString.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 85 63

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/InputStream/ReadParams.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'endoffile' needs "this.". 216 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/InputStream/Skip.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'endoffile' needs "this.". 116 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/InputStreamReader/One.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'expect' needs "this.". 51 51

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/LineNumberInputStream/Available.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ctr' needs "this.". 66 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/LineNumberInputStream/Skip.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'endoffile' needs "this.". 92 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/Serializable/concurrentClassDescLookup/ConcurrentClassDescLookup.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'suid' needs "this.". 66 71

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/Serializable/defaulted/GetFieldRead.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'primitiveI' needs "this.". 63 50
    # warning RequireThis Reference to instance variable 'objectI' needs "this.". 66 47
    # warning RequireThis Reference to instance variable 'foo' needs "this.". 69 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/Serializable/defaulted/GetFieldWrite.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'a' needs "this.". 87 36
    # warning RequireThis Reference to instance variable 'b' needs "this.". 87 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/Serializable/evolution/AddedExternField/WriteAddedField.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'l' needs "this.". 53 51

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/Serializable/evolution/RenamePackage/install/SerialDriver.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 128 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/Serializable/evolution/RenamePackage/test/SerialDriver.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 124 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/Serializable/oldTests/BinaryTree.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'level' needs "this.". 95 29
    # warning RequireThis Reference to instance variable 'id' needs "this.". 98 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/Serializable/oldTests/CheckingEquality.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'one' needs "this.". 106 59
    # warning RequireThis Reference to instance variable 'two' needs "this.". 111 59
    # warning RequireThis Reference to instance variable 'quatre' needs "this.". 155 67
    # warning RequireThis Reference to instance variable 'cinq' needs "this.". 160 65
    # warning RequireThis Reference to instance variable 'six' needs "this.". 194 53
    # warning RequireThis Reference to instance variable 'eight' needs "this.". 199 66
    # warning RequireThis Reference to instance variable 'nine' needs "this.". 204 65
    # warning RequireThis Reference to instance variable 'ten' needs "this.". 209 64
    # warning RequireThis Reference to instance variable 'zero' needs "this.". 214 65

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/Serializable/oldTests/SerializeWithException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'exceptionOffset' needs "this.". 115 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/Serializable/oldTests/ValidateClass.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'priority' needs "this.". 125 25
    # warning RequireThis Reference to instance variable 'priority' needs "this.". 128 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/Serializable/optionalDataEnd/OptionalDataEnd.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'reps' needs "this.". 42 29
    # warning RequireThis Reference to instance variable 'reps' needs "this.". 51 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/Serializable/parents/EvolvedClass.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 71 28
    # warning RequireThis Reference to instance variable 'num' needs "this.". 85 49

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/Serializable/parents/OriginalClass.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'num' needs "this.". 69 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/Serializable/replaceStringArray/ReplaceStringArray.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'stringA' needs "this.". 49 47
    # warning RequireThis Reference to instance variable 'stringB' needs "this.". 50 47
    # warning RequireThis Reference to instance variable 'stringC' needs "this.". 51 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/Serializable/subclass/XObjectOutputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'next' needs "this.". 231 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/Serializable/typeSafeEnum/TypeSafeEnum.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'value' needs "this.". 120 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/Serializable/validate/Validate.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'b' needs "this.". 89 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/StreamTokenizer/ReadAhead.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 54 25
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 75 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/charStreams/ABCInputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'len' needs "this.". 59 22
    # warning RequireThis Reference to instance variable 'chunk' needs "this.". 68 24
    # warning RequireThis Reference to instance variable 'count' needs "this.". 83 31
    # warning RequireThis Reference to instance variable 'chunk' needs "this.". 84 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/charStreams/ABCOutputStream.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'len' needs "this.". 40 22
    # warning RequireThis Reference to instance variable 'next' needs "this.". 42 18
    # warning RequireThis Reference to instance variable 'next' needs "this.". 44 52
    # warning RequireThis Reference to instance variable 'len' needs "this.". 58 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/charStreams/ABCReader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'len' needs "this.". 40 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/charStreams/CharGenerator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'min' needs "this.". 47 38
    # warning RequireThis Reference to instance variable 'min' needs "this.". 47 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/charStreams/LineGenerator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 50 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/charStreams/LineNumbers.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 91 22

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/charStreams/LineSink.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'count' needs "this.". 66 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/io/charStreams/StringGenerator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 61 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/lang/Appendable/Basic.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'csn' needs "this.". 120 47
    # warning RequireThis Reference to instance variable 'csn' needs "this.". 137 48
    # warning RequireThis Reference to instance variable 'csn' needs "this.". 169 43
    # warning RequireThis Reference to instance variable 'csn' needs "this.". 193 51
    # warning RequireThis Reference to instance variable 'csn' needs "this.". 209 44
    # warning RequireThis Reference to instance variable 'csn' needs "this.". 226 45
    # warning RequireThis Reference to instance variable 'csn' needs "this.". 241 44
    # warning RequireThis Reference to instance variable 'csn' needs "this.". 259 43
    # warning RequireThis Reference to instance variable 'csn' needs "this.". 276 45
    # warning RequireThis Reference to instance variable 'csn' needs "this.". 292 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/lang/ClassLoader/deadlock/Starter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'id' needs "this.". 95 33
    # warning RequireThis Reference to instance variable 'id' needs "this.". 103 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/lang/ProcessBuilder/Basic.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'exitValue' needs "this.". 2168 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/lang/Runtime/exec/StreamsSurviveDestroy.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 57 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/lang/Thread/ThreadStateTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'BLOCKED' needs "this.". 313 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/lang/ThreadGroup/Daemon.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 58 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/lang/instrument/ATransformerManagementTestCase.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'fTransformerIndex' needs "this.". 146 26
    # warning RequireThis Reference to instance variable 'fTransformerIndex' needs "this.". 204 41
    # warning RequireThis Reference to instance variable 'fTransformerIndex' needs "this.". 221 65
    # warning RequireThis Reference to instance variable 'fID' needs "this.". 264 71

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/lang/instrument/NativeMethodPrefixAgent.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'trname' needs "this.". 70 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/lang/instrument/TransformerManagementThreadAddTests.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'NUM_SWITCHES' needs "this.". 534 83

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/lang/instrument/ilib/ClassDump.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'constantPoolCount' needs "this.". 69 41
    # warning RequireThis Reference to instance variable 'methodsCount' needs "this.". 102 52
    # warning RequireThis Reference to instance variable 'methodsCount' needs "this.". 104 29
    # warning RequireThis Reference to instance variable 'constantPoolCount' needs "this.". 217 21

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/lang/instrument/ilib/ClassReaderWriter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'sectionLength' needs "this.". 56 48
    # warning RequireThis Reference to instance variable 'sectionLength' needs "this.". 75 42
    # warning RequireThis Reference to instance variable 'sectionLength' needs "this.". 83 42
    # warning RequireThis Reference to instance variable 'markPos' needs "this.". 184 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/lang/instrument/ilib/Inject.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'constantPoolCount' needs "this.". 172 32
    # warning RequireThis Reference to instance variable 'constantPoolCount' needs "this.". 231 41
    # warning RequireThis Reference to instance variable 'methodsCount' needs "this.". 276 52

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/lang/instrument/ilib/InjectBytecodes.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'newPos' needs "InjectBytecodes.this.". 68 41
    # warning RequireThis Reference to instance variable 'length' needs "this.". 100 31
    # warning RequireThis Reference to instance variable 'methodName' needs "this.". 166 33
    # warning RequireThis Reference to instance variable 'length' needs "this.". 170 36
    # warning RequireThis Reference to instance variable 'length' needs "this.". 175 36
    # warning RequireThis Reference to instance variable 'length' needs "this.". 187 36
    # warning RequireThis Reference to instance variable 'newPos' needs "this.". 331 46
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 332 43
    # warning RequireThis Reference to instance variable 'newPos' needs "this.". 365 46
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 366 43
    # warning RequireThis Reference to instance variable 'methodName' needs "this.". 717 54
    # warning RequireThis Reference to instance variable 'methodName' needs "this.". 743 57

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/lang/invoke/InvokeGenericTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'testName' needs "this.". 95 59
    # warning RequireThis Reference to instance variable 'posTests' needs "this.". 95 73
    # warning RequireThis Reference to instance variable 'testName' needs "this.". 96 59
    # warning RequireThis Reference to instance variable 'negTests' needs "this.". 96 73

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/lang/invoke/MethodHandlesTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'testName' needs "this.". 140 59
    # warning RequireThis Reference to instance variable 'posTests' needs "this.". 140 73
    # warning RequireThis Reference to instance variable 'testName' needs "this.". 141 59
    # warning RequireThis Reference to instance variable 'negTests' needs "this.". 141 73

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/lang/invoke/indify/Indify.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'verifySpecifierCount' needs "Indify.this.". 529 33
    # warning RequireThis Reference to instance variable 'verifySpecifierCount' needs "Indify.this.". 530 113
    # warning RequireThis Reference to instance variable 'rowlen' needs "this.". 1145 41
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1543 29
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1544 71
    # warning RequireThis Reference to instance variable 'name' needs "this.". 1550 55
    # warning RequireThis Reference to instance variable 'name' needs "this.". 1582 41
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1586 55
    # warning RequireThis Reference to instance variable 'item' needs "this.". 1586 66
    # warning RequireThis Reference to instance variable 'len' needs "this.". 1810 28
    # warning RequireThis Reference to instance variable 'len' needs "this.". 1826 43
    # warning RequireThis Reference to instance variable 'bc' needs "this.". 1839 87
    # warning RequireThis Reference to instance variable 'bc' needs "this.". 1853 65
    # warning RequireThis Reference to instance variable 'pc' needs "this.". 1862 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/lang/management/ManagementFactory/ThreadMXBeanProxy.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'OWNED_MONITORS' needs "this.". 133 36
    # warning RequireThis Reference to instance variable 'OWNED_MONITORS' needs "this.". 136 50
    # warning RequireThis Reference to instance variable 'OWNED_SYNCS' needs "this.". 161 33
    # warning RequireThis Reference to instance variable 'OWNED_SYNCS' needs "this.". 163 69

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/lang/management/MemoryMXBean/LowMemoryTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'triggers' needs "this.". 84 21
    # warning RequireThis Reference to instance variable 'triggers' needs "this.". 87 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/lang/management/MemoryMXBean/Pending.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'curFinalized' needs "this.". 225 45
    # warning RequireThis Reference to instance variable 'curPending' needs "this.". 226 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/lang/management/ThreadMXBean/LockingThread.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numOwnedMonitors' needs "this.". 126 32
    # warning RequireThis Reference to instance variable 'numOwnedMonitors' needs "this.". 130 46
    # warning RequireThis Reference to instance variable 'waitingLock' needs "this.". 165 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/lang/management/ThreadMXBean/MonitorDeadlock.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'EXPECTED_THREADS' needs "this.". 51 29
    # warning RequireThis Reference to instance variable 'EXPECTED_THREADS' needs "this.". 64 39
    # warning RequireThis Reference to instance variable 'EXPECTED_THREADS' needs "this.". 135 31
    # warning RequireThis Reference to instance variable 'EXPECTED_THREADS' needs "this.". 137 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/lang/management/ThreadMXBean/MyOwnSynchronizer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'OWNED_SYNCS' needs "this.". 176 33
    # warning RequireThis Reference to instance variable 'OWNED_SYNCS' needs "this.". 179 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/lang/management/ThreadMXBean/SynchronizationStatistics.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'blockingBaseTime' needs "this.". 178 53
    # warning RequireThis Reference to instance variable 'blockingBaseTime' needs "this.". 187 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/lang/management/ThreadMXBean/SynchronizerDeadlock.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'EXPECTED_THREADS' needs "this.". 51 29
    # warning RequireThis Reference to instance variable 'EXPECTED_THREADS' needs "this.". 64 39
    # warning RequireThis Reference to instance variable 'EXPECTED_THREADS' needs "this.". 137 31
    # warning RequireThis Reference to instance variable 'EXPECTED_THREADS' needs "this.". 140 17

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/lang/management/ThreadMXBean/SynchronizerLockingThread.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numOwnedMonitors' needs "this.". 130 32
    # warning RequireThis Reference to instance variable 'numOwnedMonitors' needs "this.". 134 46
    # warning RequireThis Reference to instance variable 'numOwnedSyncs' needs "this.". 155 29
    # warning RequireThis Reference to instance variable 'numOwnedSyncs' needs "this.". 159 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/lang/management/ThreadMXBean/ThreadStateTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'BLOCKED' needs "this.". 397 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/lang/reflect/Proxy/Basic1.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'currentProxy' needs "this.". 159 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/lang/reflect/Proxy/Boxing.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'b' needs "Boxing.this.". 100 23
    # warning RequireThis Reference to instance variable 'b' needs "Boxing.this.". 102 47
    # warning RequireThis Reference to instance variable 'c' needs "Boxing.this.". 106 23
    # warning RequireThis Reference to instance variable 'c' needs "Boxing.this.". 108 47
    # warning RequireThis Reference to instance variable 'd' needs "Boxing.this.". 112 23
    # warning RequireThis Reference to instance variable 'd' needs "Boxing.this.". 114 49
    # warning RequireThis Reference to instance variable 'f' needs "Boxing.this.". 118 23
    # warning RequireThis Reference to instance variable 'f' needs "Boxing.this.". 120 48
    # warning RequireThis Reference to instance variable 'i' needs "Boxing.this.". 124 23
    # warning RequireThis Reference to instance variable 'i' needs "Boxing.this.". 126 46
    # warning RequireThis Reference to instance variable 'j' needs "Boxing.this.". 130 23
    # warning RequireThis Reference to instance variable 'j' needs "Boxing.this.". 132 47
    # warning RequireThis Reference to instance variable 's' needs "Boxing.this.". 136 23
    # warning RequireThis Reference to instance variable 's' needs "Boxing.this.". 138 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/net/Authenticator/B4933582.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'port' needs "this.". 227 53

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/net/Authenticator/BasicTest4.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'success' needs "this.". 141 60

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/net/CookieHandler/CookieManagerTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'localHostAddr' needs "this.". 129 106
    # warning RequireThis Reference to instance variable 'localHostAddr' needs "this.". 134 76
    # warning RequireThis Reference to instance variable 'localHostAddr' needs "this.". 139 61
    # warning RequireThis Reference to instance variable 'localHostAddr' needs "this.". 144 61
    # warning RequireThis Reference to instance variable 'localHostAddr' needs "this.". 154 76
    # warning RequireThis Reference to instance variable 'localHostAddr' needs "this.". 159 78
    # warning RequireThis Reference to instance variable 'localHostAddr' needs "this.". 169 93
    # warning RequireThis Reference to instance variable 'localHostAddr' needs "this.". 170 92
    # warning RequireThis Reference to instance variable 'localHostAddr' needs "this.". 174 102
    # warning RequireThis Reference to instance variable 'localHostAddr' needs "this.". 175 97
    # warning RequireThis Reference to instance variable 'localHostAddr' needs "this.". 175 197
    # warning RequireThis Reference to instance variable 'localHostAddr' needs "this.". 179 85
    # warning RequireThis Reference to instance variable 'localHostAddr' needs "this.". 180 97
    # warning RequireThis Reference to instance variable 'localHostAddr' needs "this.". 180 197
    # warning RequireThis Reference to instance variable 'localHostAddr' needs "this.". 180 279
    # warning RequireThis Reference to instance variable 'localHostAddr' needs "this.". 189 103
    # warning RequireThis Reference to instance variable 'localHostAddr' needs "this.". 190 102
    # warning RequireThis Reference to instance variable 'localHostAddr' needs "this.". 194 106
    # warning RequireThis Reference to instance variable 'localHostAddr' needs "this.". 195 105
    # warning RequireThis Reference to instance variable 'localHostAddr' needs "this.". 195 205
    # warning RequireThis Reference to instance variable 'localHostAddr' needs "this.". 200 107
    # warning RequireThis Reference to instance variable 'localHostAddr' needs "this.". 209 103
    # warning RequireThis Reference to instance variable 'localHostAddr' needs "this.". 210 102
    # warning RequireThis Reference to instance variable 'localHostAddr' needs "this.". 214 103
    # warning RequireThis Reference to instance variable 'localHostAddr' needs "this.". 215 102
    # warning RequireThis Reference to instance variable 'localHostAddr' needs "this.". 226 89
    # warning RequireThis Reference to instance variable 'localHostAddr' needs "this.". 231 89
    # warning RequireThis Reference to instance variable 'localHostAddr' needs "this.". 231 178
    # warning RequireThis Reference to instance variable 'localHostAddr' needs "this.". 236 89
    # warning RequireThis Reference to instance variable 'localHostAddr' needs "this.". 236 178
    # warning RequireThis Reference to instance variable 'localHostAddr' needs "this.". 236 249

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/net/DatagramSocket/SendSize.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'server' needs "this.". 59 64
    # warning RequireThis Reference to instance variable 'client' needs "this.". 99 64

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/net/InetAddress/MyPrincipal.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 40 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/net/ProxySelector/LoopbackAddresses.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'clientSocket' needs "this.". 112 97

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/net/Socket/DeadlockTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'cnt' needs "this.". 122 59
    # warning RequireThis Reference to instance variable 'cnt' needs "this.". 172 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/net/URI/Test.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'originalURI' needs "this.". 578 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/net/URL/Test.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'originalURL' needs "this.". 270 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/net/URLConnection/HandleContentTypeWithAttrs.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'clientSocket' needs "this.". 200 54

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/net/URLConnection/Redirect307Test.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'port' needs "this.". 52 61
    # warning RequireThis Reference to instance variable 'port' needs "this.". 68 42
    # warning RequireThis Reference to instance variable 'reply1Part2' needs "this.". 68 49

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/net/URLConnection/RedirectLimit.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'port' needs "this.". 74 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/net/URLConnection/ZeroContentLength.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'CR' needs "this.". 99 38
    # warning RequireThis Reference to instance variable 'LF' needs "this.". 102 46
    # warning RequireThis Reference to instance variable 'CR' needs "this.". 105 54
    # warning RequireThis Reference to instance variable 'LF' needs "this.". 108 62
    # warning RequireThis Reference to instance variable 'id' needs "this.". 121 39
    # warning RequireThis Reference to instance variable 'id' needs "this.". 126 44
    # warning RequireThis Reference to instance variable 'id' needs "this.". 147 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/nio/channels/AsynchronousFileChannel/LotsOfWrites.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'position' needs "this.". 58 70
    # warning RequireThis Reference to instance variable 'size' needs "this.". 102 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/nio/channels/FileChannel/Transfers.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'max' needs "this.". 384 26
    # warning RequireThis Reference to instance variable 'max' needs "this.". 388 24

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/nio/channels/Selector/LotsOfCancels.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'totalCreated' needs "this.". 251 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/nio/channels/Selector/SelectorTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'id' needs "this.". 303 37
    # warning RequireThis Reference to instance variable 'totalDataLength' needs "this.". 306 30
    # warning RequireThis Reference to instance variable 'totalDataLength' needs "this.". 312 33
    # warning RequireThis Reference to instance variable 'connectionsHandled' needs "this.". 397 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/nio/channels/Selector/Wakeup.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'wakeups' needs "this.". 75 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/nio/channels/ServerSocketChannel/Basic.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'ssc' needs "this.". 56 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/nio/channels/SocketChannel/VectorIO.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'testSize' needs "this.". 125 28
    # warning RequireThis Reference to instance variable 'testSize' needs "this.". 165 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/nio/charset/coders/BashStreams.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 66 28
    # warning RequireThis Reference to instance variable 'limit' needs "this.". 70 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/nio/charset/coders/Check.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'csName' needs "this.". 124 44
    # warning RequireThis Reference to instance variable 'csName' needs "this.". 135 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/nio/charset/coders/Errors.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'what' needs "this.". 103 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/rmi/activation/log/LogTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'count' needs "this.". 143 33
    # warning RequireThis Reference to instance variable 'count' needs "this.". 145 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/rmi/dgc/dgcAckFailure/DGCAckFailure.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'obj' needs "this.". 125 56

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/rmi/dgc/retryDirtyCalls/RetryDirtyCalls.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'flakeFactor' needs "this.". 184 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/rmi/reliability/benchmark/bench/HtmlReporter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'title' needs "this.". 68 31
    # warning RequireThis Reference to instance variable 'title' needs "this.". 71 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/rmi/reliability/benchmark/bench/TextReporter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'title' needs "this.". 72 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/rmi/reliability/benchmark/bench/XmlReporter.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'title' needs "this.". 64 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/rmi/reliability/benchmark/bench/serial/StreamBuffer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 100 35
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 111 35
    # warning RequireThis Reference to instance variable 'pos' needs "this.". 121 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/rmi/reliability/juicer/AppleEvent.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'when' needs "this.". 59 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/rmi/reliability/juicer/ApplicationServer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numApples' needs "this.". 92 33
    # warning RequireThis Reference to instance variable 'numApples' needs "this.". 106 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/rmi/testlibrary/JavaVM.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'options' needs "this.". 88 29
    # warning RequireThis Reference to instance variable 'args' needs "this.". 96 26
    # warning RequireThis Reference to instance variable 'policyFileName' needs "this.". 124 57

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/rmi/transport/pinClientSocketFactory/PinClientSocketFactory.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'num' needs "this.". 152 61

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/Arrays/Sorting.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'myKey' needs "this.". 358 26
    # warning RequireThis Reference to instance variable 'myValue' needs "this.". 358 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/Collections/RacingCollections.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'elLoco' needs "this.". 128 46
    # warning RequireThis Reference to instance variable 'quittingTime' needs "this.". 159 61

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/Collections/ReverseOrder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'val' needs "this.". 56 52

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/List/LockStep.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 75 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/Locale/LocaleEnhanceTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'arg' needs "this.". 1445 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/Locale/LocaleTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'MAX_LOCALES' needs "this.". 181 30
    # warning RequireThis Reference to instance variable 'MAX_LOCALES' needs "this.". 200 30
    # warning RequireThis Reference to instance variable 'MAX_LOCALES' needs "this.". 216 30
    # warning RequireThis Reference to instance variable 'MAX_LOCALES' needs "this.". 286 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/Locale/LocaleTestFmwk.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'errorCount' needs "this.". 177 69

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/PluggableLocale/CurrencyNameProviderTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'YEN_IN_OSAKA' needs "this.". 120 44
    # warning RequireThis Reference to instance variable 'YEN_IN_KYOTO' needs "this.". 130 44

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/PluggableLocale/TimeZoneNameProviderTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'LATIME_IN_OSAKA' needs "this.". 175 114
    # warning RequireThis Reference to instance variable 'PST' needs "this.". 180 103
    # warning RequireThis Reference to instance variable 'LATIME_IN_OSAKA' needs "this.". 180 139
    # warning RequireThis Reference to instance variable 'US_PACIFIC' needs "this.". 185 103
    # warning RequireThis Reference to instance variable 'LATIME_IN_OSAKA' needs "this.". 185 153
    # warning RequireThis Reference to instance variable 'JST_IN_OSAKA' needs "this.". 192 114
    # warning RequireThis Reference to instance variable 'TOKYOTIME' needs "this.". 197 105
    # warning RequireThis Reference to instance variable 'JST_IN_OSAKA' needs "this.". 197 153
    # warning RequireThis Reference to instance variable 'JAPAN' needs "this.". 202 103
    # warning RequireThis Reference to instance variable 'JST_IN_OSAKA' needs "this.". 202 143

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/PluggableLocale/providersrc/DateFormatSymbolsProviderImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dialect' needs "this.". 95 39
    # warning RequireThis Reference to instance variable 'dialect' needs "this.". 117 43
    # warning RequireThis Reference to instance variable 'dialect' needs "this.". 139 53
    # warning RequireThis Reference to instance variable 'dialect' needs "this.". 162 47
    # warning RequireThis Reference to instance variable 'dialect' needs "this.". 187 57
    # warning RequireThis Reference to instance variable 'dialect' needs "this.". 211 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/PluggableLocale/providersrc/DecimalFormatSymbolsProviderImpl.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'dialect' needs "this.". 90 50
    # warning RequireThis Reference to instance variable 'dialect' needs "this.". 101 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/ResourceBundle/Bug4168625Test.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'notifyCount' needs "this.". 483 25
    # warning RequireThis Reference to instance variable 'notifyCount' needs "this.". 489 59

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/ResourceBundle/Control/StressTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'locale' needs "this.". 158 59
    # warning RequireThis Reference to instance variable 'str' needs "this.". 158 80
    # warning RequireThis Reference to instance variable 'max' needs "this.". 159 41
    # warning RequireThis Reference to instance variable 'str' needs "this.". 170 79

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/concurrent/BlockingQueue/LoopHelpers.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'startTime' needs "this.". 114 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/concurrent/BlockingQueue/OfferDrainToLoops.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'testDurationMillis' needs "this.". 154 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/concurrent/ConcurrentHashMap/LoopHelpers.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'startTime' needs "this.". 114 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/concurrent/ConcurrentHashMap/MapCheck.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'startTime' needs "this.". 569 35
    # warning RequireThis Reference to instance variable 'numOps' needs "this.". 570 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/concurrent/ConcurrentHashMap/toArray.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'prevSize' needs "this.". 52 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/concurrent/ConcurrentQueues/ConcurrentQueueLoops.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStages' needs "this.". 98 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/concurrent/ConcurrentQueues/GCRetention.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'count' needs "this.". 118 29
    # warning RequireThis Reference to instance variable 'count' needs "this.". 127 34
    # warning RequireThis Reference to instance variable 'count' needs "this.". 138 57

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/concurrent/ConcurrentQueues/LoopHelpers.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'startTime' needs "this.". 114 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/concurrent/ConcurrentQueues/OfferRemoveLoops.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'testDurationMillis' needs "this.". 145 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/concurrent/ConcurrentQueues/RemovePollRace.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'count' needs "RemovePollRace.this.". 162 37
    # warning RequireThis Reference to instance variable 'count' needs "this.". 194 61
    # warning RequireThis Reference to instance variable 'count' needs "this.". 196 57

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/concurrent/Exchanger/ExchangeLoops.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'iters' needs "this.". 94 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/concurrent/Exchanger/LoopHelpers.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'startTime' needs "this.". 113 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/concurrent/ExecutorCompletionService/ExecutorCompletionServiceLoops.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'iters' needs "this.". 94 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/concurrent/ExecutorCompletionService/LoopHelpers.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'startTime' needs "this.". 113 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/concurrent/FutureTask/CancelledFutureLoops.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nthreads' needs "this.". 93 33
    # warning RequireThis Reference to instance variable 'nthreads' needs "this.". 99 33
    # warning RequireThis Reference to instance variable 'nthreads' needs "this.". 109 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/concurrent/FutureTask/LoopHelpers.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'startTime' needs "this.". 113 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/concurrent/Phaser/FickleRegister.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'chunkSize' needs "FickleRegister.this.". 64 37
    # warning RequireThis Reference to instance variable 'quittingTimeNanos' needs "FickleRegister.this.". 72 41
    # warning RequireThis Reference to instance variable 'chunkSize' needs "FickleRegister.this.". 73 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/concurrent/Phaser/TieredArriveLoops.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'quittingTimeNanos' needs "this.". 82 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/concurrent/ThreadPoolExecutor/ScheduledTickleService.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numTickled' needs "this.". 114 54

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/concurrent/locks/ReentrantLock/LoopHelpers.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'startTime' needs "this.". 113 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/concurrent/locks/ReentrantLock/SimpleReentrantLockLoops.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nthreads' needs "this.". 87 33
    # warning RequireThis Reference to instance variable 'nthreads' needs "this.". 93 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/concurrent/locks/ReentrantLock/TimeoutLockLoops.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'nthreads' needs "this.". 88 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/concurrent/locks/ReentrantReadWriteLock/LoopHelpers.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'startTime' needs "this.". 113 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/logging/ClassLoaderLeakTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'uniqClassName' needs "this.". 153 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/java/util/logging/LoggingDeadlock2.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'exitValue' needs "this.". 157 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/javax/crypto/spec/RC2ParameterSpec/RC2AlgorithmParameters.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'effectiveKeySize' needs "this.". 220 23
    # warning RequireThis Reference to instance variable 'effectiveKeySize' needs "this.". 242 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/javax/imageio/plugins/bmp/BMPSubsamplingTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'srcXSubsampling' needs "this.". 93 34
    # warning RequireThis Reference to instance variable 'dx' needs "this.". 302 28
    # warning RequireThis Reference to instance variable 'srcXSubsampling' needs "this.". 346 27
    # warning RequireThis Reference to instance variable 'srcYSubsampling' needs "this.". 347 26
    # warning RequireThis Reference to instance variable 'srcXSubsampling' needs "this.". 359 23

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/javax/imageio/plugins/png/GrayPngTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numColors' needs "this.". 110 19
    # warning RequireThis Reference to instance variable 'numColors' needs "this.". 113 29
    # warning RequireThis Reference to instance variable 'dx' needs "this.". 114 26
    # warning RequireThis Reference to instance variable 'dx' needs "this.". 116 41
    # warning RequireThis Reference to instance variable 'numColors' needs "this.". 151 45
    # warning RequireThis Reference to instance variable 'numColors' needs "this.". 161 29
    # warning RequireThis Reference to instance variable 'numColors' needs "this.". 168 29
    # warning RequireThis Reference to instance variable 'src' needs "this.". 176 38
    # warning RequireThis Reference to instance variable 'bpp' needs "this.". 178 52
    # warning RequireThis Reference to instance variable 'dst' needs "this.". 188 42
    # warning RequireThis Reference to instance variable 'numColors' needs "this.". 197 29
    # warning RequireThis Reference to instance variable 'dx' needs "this.". 198 42
    # warning RequireThis Reference to instance variable 'dx' needs "this.". 199 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/javax/imageio/plugins/wbmp/CanDecodeTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'title' needs "this.". 89 46
    # warning RequireThis Reference to instance variable 'canDecode' needs "this.". 95 44
    # warning RequireThis Reference to instance variable 'canDecode' needs "this.". 103 44
    # warning RequireThis Reference to instance variable 'title' needs "this.". 122 57

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/javax/imageio/stream/StreamCloserLeak/test/Main.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'uniqClassName' needs "this.". 281 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/javax/management/Introspector/IdenticalMBeanInfoTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'id' needs "this.". 82 66

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/javax/management/MBeanServer/MBeanServerNotificationTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'type' needs "this.". 74 49
    # warning RequireThis Reference to instance variable 'type' needs "this.". 77 56

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/javax/management/MBeanServer/OldMBeanServerTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'userMBean' needs "this.". 970 49

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/javax/management/descriptor/DescriptorTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 87 43
    # warning RequireThis Reference to instance variable 'name' needs "this.". 93 53
    # warning RequireThis Reference to instance variable 'name' needs "this.". 97 49

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/javax/management/monitor/CounterMonitorTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'notifyFlag' needs "this.". 149 59
    # warning RequireThis Reference to instance variable 'threshold' needs "this.". 152 59
    # warning RequireThis Reference to instance variable 'granularityperiod' needs "this.". 155 59
    # warning RequireThis Reference to instance variable 'modulus' needs "this.". 158 59
    # warning RequireThis Reference to instance variable 'differenceModeFlag' needs "this.". 161 59
    # warning RequireThis Reference to instance variable 'timeout' needs "this.". 211 29
    # warning RequireThis Reference to instance variable 'timeout' needs "this.". 212 45
    # warning RequireThis Reference to instance variable 'messageReceived' needs "this.". 213 56

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/javax/management/monitor/ReflectionExceptionTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'obsObjName' needs "this.". 119 59
    # warning RequireThis Reference to instance variable 'obsObjName' needs "this.". 184 59
    # warning RequireThis Reference to instance variable 'obsObjName' needs "this.". 252 59

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/javax/management/monitor/RuntimeExceptionTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'obsObjName' needs "this.". 118 59
    # warning RequireThis Reference to instance variable 'obsObjName' needs "this.". 183 59
    # warning RequireThis Reference to instance variable 'obsObjName' needs "this.". 251 59

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/javax/management/monitor/ThreadPoolTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'waitedNB' needs "this.". 209 32
    # warning RequireThis Reference to instance variable 'waitedNB' needs "this.". 220 33
    # warning RequireThis Reference to instance variable 'waitedNB' needs "this.". 232 31

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/javax/management/mxbean/MerlinMXBean.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'Int' needs "this.". 285 30
    # warning RequireThis Reference to instance variable 'whatsit' needs "this.". 420 69

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/javax/management/mxbean/TigerMXBean.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'x' needs "this.". 55 27
    # warning RequireThis Reference to instance variable 'y' needs "this.". 55 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/javax/management/remote/mandatory/notif/DiffHBTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'received' needs "this.". 176 68
    # warning RequireThis Reference to instance variable 'receivedNotif' needs "this.". 189 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/javax/management/remote/mandatory/notif/NotificationBufferDeadlockTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'waitNB' needs "this.". 277 43
    # warning RequireThis Reference to instance variable 'waitNB' needs "this.". 289 40
    # warning RequireThis Reference to instance variable 'waitNB' needs "this.". 301 38

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/javax/management/remote/mandatory/passwordAccessFile/NonJMXPrincipalsTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 73 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/javax/management/remote/mandatory/util/MapNullValuesTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'map3' needs "this.". 234 27

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/javax/print/DialogMargins.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 212 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/javax/print/applet/applet0/Applet0.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 47 33
    # warning RequireThis Reference to instance variable 'defServ' needs "this.". 48 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/javax/print/applet/applet1/Applet1.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 46 33
    # warning RequireThis Reference to instance variable 'defServ' needs "this.". 47 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/javax/print/applet/applet2/Applet2.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 47 33
    # warning RequireThis Reference to instance variable 'defServ' needs "this.". 48 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/javax/print/applet/applet3/Applet3.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 48 33
    # warning RequireThis Reference to instance variable 'defServ' needs "this.". 49 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/javax/print/applet/applet4/Applet4.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 48 33
    # warning RequireThis Reference to instance variable 'defServ' needs "this.". 49 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/javax/script/Test2.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'val' needs "this.". 46 56

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/javax/sound/midi/Gervill/SoftAudioSynthesizer/DummySourceDataLine.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'framesize' needs "this.". 134 19
    # warning RequireThis Reference to instance variable 'framesize' needs "this.". 139 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/javax/sound/midi/Gervill/SoftSynthesizer/DummySourceDataLine.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'framesize' needs "this.". 134 19
    # warning RequireThis Reference to instance variable 'framesize' needs "this.". 139 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/javax/sound/sampled/FileWriter/AlawEncoderSync.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'num' needs "this.". 82 39
    # warning RequireThis Reference to instance variable 'num' needs "this.". 99 43
    # warning RequireThis Reference to instance variable 'num' needs "this.". 102 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/javax/swing/JComponent/4337267/bug4337267.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'shaped' needs "this.". 113 35
    # warning RequireThis Reference to instance variable 'text' needs "this.". 116 35
    # warning RequireThis Reference to instance variable 'MAX_GLITCHES' needs "this.". 204 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/javax/swing/JFileChooser/4847375/bug4847375.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'lookAndFeel' needs "this.". 158 69

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/javax/swing/JPopupMenu/6691503/bug6691503.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'isAlwaysOnTop1' needs "bug6691503.this.". 74 73
    # warning RequireThis Reference to instance variable 'isAlwaysOnTop2' needs "bug6691503.this.". 89 68

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/javax/swing/SwingWorker/6880336/NestedWorkers.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'level' needs "this.". 53 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/awt/font/ClassLoaderLeakTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'uniqClassName' needs "this.". 169 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/java2d/cmm/ColorConvertOp/ConstructorsNullTest/ConstructorsNullTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'maxStringLength' needs "this.". 228 42

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/java2d/cmm/ColorConvertOp/ImageComparator.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'accuracy' needs "this.". 61 19
    # warning RequireThis Reference to instance variable 'maxError' needs "this.". 63 22
    # warning RequireThis Reference to instance variable 'accuracy' needs "this.". 77 19
    # warning RequireThis Reference to instance variable 'maxError' needs "this.". 79 22
    # warning RequireThis Reference to instance variable 'accuracy' needs "this.". 112 30
    # warning RequireThis Reference to instance variable 'errorCounter' needs "this.". 112 55
    # warning RequireThis Reference to instance variable 'maxError' needs "this.". 113 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/java2d/pipe/hw/VSyncedBufferStrategyTest/VSyncedBufferStrategyTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'currentBSVSynced' needs "this.". 89 43
    # warning RequireThis Reference to instance variable 'bs' needs "this.". 113 70
    # warning RequireThis Reference to instance variable 'inc' needs "this.". 213 40

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/jvmstat/monitor/HostIdentifier/HostIdentifierCreate.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'value' needs "this.". 81 71
    # warning RequireThis Reference to instance variable 'state' needs "this.". 99 48
    # warning RequireThis Reference to instance variable 'state' needs "this.". 104 63
    # warning RequireThis Reference to instance variable 'state' needs "this.". 139 63
    # warning RequireThis Reference to instance variable 'state' needs "this.". 191 48
    # warning RequireThis Reference to instance variable 'state' needs "this.". 207 67
    # warning RequireThis Reference to instance variable 'state' needs "this.". 234 67
    # warning RequireThis Reference to instance variable 'state' needs "this.". 251 67
    # warning RequireThis Reference to instance variable 'state' needs "this.". 264 55
    # warning RequireThis Reference to instance variable 'result' needs "this.". 290 32

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/jvmstat/monitor/VmIdentifier/VmIdentifierCreateResolve.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'value' needs "this.". 83 71
    # warning RequireThis Reference to instance variable 'state' needs "this.". 101 48
    # warning RequireThis Reference to instance variable 'state' needs "this.". 106 63
    # warning RequireThis Reference to instance variable 'state' needs "this.". 153 63
    # warning RequireThis Reference to instance variable 'state' needs "this.". 205 48
    # warning RequireThis Reference to instance variable 'state' needs "this.". 221 67
    # warning RequireThis Reference to instance variable 'state' needs "this.". 252 67
    # warning RequireThis Reference to instance variable 'state' needs "this.". 275 67
    # warning RequireThis Reference to instance variable 'state' needs "this.". 290 55
    # warning RequireThis Reference to instance variable 'result' needs "this.". 316 32
    # warning RequireThis Reference to instance variable 'result' needs "this.". 332 32
    # warning RequireThis Reference to instance variable 'result' needs "this.". 347 32
    # warning RequireThis Reference to instance variable 'vmid' needs "this.". 436 68

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/jvmstat/testlibrary/JavaProcess.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'javaOptions' needs "this.". 97 43
    # warning RequireThis Reference to instance variable 'classname' needs "this.". 98 32
    # warning RequireThis Reference to instance variable 'classArgs' needs "this.". 98 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/misc/JarIndex/metaInfFilenames/Basic.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'aDotJar' needs "this.". 421 33
    # warning RequireThis Reference to instance variable 'bDotJar' needs "this.". 421 58
    # warning RequireThis Reference to instance variable 'cDotJar' needs "this.". 421 83

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/misc/Version/Version.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'minor' needs "this.". 85 37
    # warning RequireThis Reference to instance variable 'micro' needs "this.". 85 51
    # warning RequireThis Reference to instance variable 'update' needs "this.". 87 33
    # warning RequireThis Reference to instance variable 'build' needs "this.". 93 30

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/net/ftp/FtpGetContent.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'PASS' needs "this.". 193 36
    # warning RequireThis Reference to instance variable 'QUIT' needs "this.". 193 51
    # warning RequireThis Reference to instance variable 'arg' needs "this.". 210 80
    # warning RequireThis Reference to instance variable 'arg' needs "this.". 235 62
    # warning RequireThis Reference to instance variable 'cwd' needs "FtpServer.this.". 249 52
    # warning RequireThis Reference to instance variable 'arg' needs "this.". 280 55
    # warning RequireThis Reference to instance variable 'arg' needs "this.". 297 55

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/net/ftp/FtpURL.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'PASS' needs "this.". 192 36
    # warning RequireThis Reference to instance variable 'QUIT' needs "this.". 192 51
    # warning RequireThis Reference to instance variable 'arg' needs "this.". 209 80
    # warning RequireThis Reference to instance variable 'arg' needs "this.". 234 62
    # warning RequireThis Reference to instance variable 'cwd' needs "FtpServer.this.". 248 52
    # warning RequireThis Reference to instance variable 'arg' needs "this.". 279 55
    # warning RequireThis Reference to instance variable 'arg' needs "this.". 296 55

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/net/www/MarkResetTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'PASS' needs "this.". 179 36
    # warning RequireThis Reference to instance variable 'QUIT' needs "this.". 179 51
    # warning RequireThis Reference to instance variable 'arg' needs "this.". 190 76
    # warning RequireThis Reference to instance variable 'arg' needs "this.". 216 62
    # warning RequireThis Reference to instance variable 'arg' needs "this.". 279 55
    # warning RequireThis Reference to instance variable 'arg' needs "this.". 300 55
    # warning RequireThis Reference to instance variable 'arg' needs "this.". 310 58
    # warning RequireThis Reference to instance variable 'arg' needs "this.". 318 59

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/net/www/ftptest/FtpCommandHandler.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'username' needs "this.". 497 51
    # warning RequireThis Reference to instance variable 'renameFrom' needs "this.". 609 50
    # warning RequireThis Reference to instance variable 'restart' needs "this.". 633 64

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/net/www/http/HttpClient/B6726695.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'port' needs "this.". 67 49
    # warning RequireThis Reference to instance variable 'boundary' needs "this.". 74 84
    # warning RequireThis Reference to instance variable 'boundary' needs "this.". 92 84
    # warning RequireThis Reference to instance variable 'boundary' needs "this.". 115 84

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/net/www/http/HttpClient/MultiThreadTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'requests' needs "this.". 98 29
    # warning RequireThis Reference to instance variable 'id' needs "this.". 288 60
    # warning RequireThis Reference to instance variable 'id' needs "this.". 293 55

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/net/www/http/KeepAliveCache/B5045306.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'port1' needs "this.". 151 75

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/net/www/httptest/HttpServer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'threads' needs "this.". 125 25
    # warning RequireThis Reference to instance variable 'maxconn' needs "this.". 192 42
    # warning RequireThis Reference to instance variable 'maxconn' needs "this.". 211 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/net/www/protocol/http/NTLMTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'count' needs "this.". 150 88

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/nio/cs/EUC_TW_OLD.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'REPLACE_CHAR' needs "this.". 10627 47
    # warning RequireThis Reference to instance variable 'REPLACE_CHAR' needs "this.". 10640 52
    # warning RequireThis Reference to instance variable 'REPLACE_CHAR' needs "this.". 10659 43
    # warning RequireThis Reference to instance variable 'REPLACE_CHAR' needs "this.". 10703 47
    # warning RequireThis Reference to instance variable 'REPLACE_CHAR' needs "this.". 10716 52
    # warning RequireThis Reference to instance variable 'REPLACE_CHAR' needs "this.". 10736 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/nio/cs/FindDecoderBugs.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'failed0' needs "this.". 261 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/nio/cs/FindEncoderBugs.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'failed0' needs "this.". 396 26

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/nio/cs/OLD/DBCSDecoderMapping.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'start' needs "this.". 70 26
    # warning RequireThis Reference to instance variable 'end' needs "this.". 70 45
    # warning RequireThis Reference to instance variable 'start' needs "this.". 73 48
    # warning RequireThis Reference to instance variable 'start' needs "this.". 73 70

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/nio/cs/OLD/DoubleByteDecoder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'start' needs "this.". 176 26
    # warning RequireThis Reference to instance variable 'end' needs "this.". 176 45
    # warning RequireThis Reference to instance variable 'start' needs "this.". 179 48
    # warning RequireThis Reference to instance variable 'start' needs "this.". 179 70

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/nio/cs/OLD/SimpleEUCDecoder.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'SS2' needs "this.". 75 34
    # warning RequireThis Reference to instance variable 'SS3' needs "this.". 75 50
    # warning RequireThis Reference to instance variable 'SS2' needs "this.". 119 34
    # warning RequireThis Reference to instance variable 'SS3' needs "this.". 119 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/rmi/rmic/newrmic/equivalence/AppleEvent.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'when' needs "this.". 61 25

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/krb5/auto/Context.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 321 55

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/krb5/auto/KDC.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'realm' needs "this.". 315 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/krb5/auto/LoginModuleOptions.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 175 53

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/pkcs11/KeyStore/ClientAuth.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 108 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/pkcs11/MessageDigest/DigestKAT.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'alg' needs "this.". 111 49
    # warning RequireThis Reference to instance variable 'alg' needs "this.". 118 57
    # warning RequireThis Reference to instance variable 'alg' needs "this.". 124 58

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/pkcs11/fips/CipherTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'protocol' needs "this.". 121 47
    # warning RequireThis Reference to instance variable 'clientAuth' needs "this.". 123 33
    # warning RequireThis Reference to instance variable 'THREADS' needs "this.". 284 29
    # warning RequireThis Reference to instance variable 'THREADS' needs "this.". 295 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/pkcs11/sslecc/CipherTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'protocol' needs "this.". 121 47
    # warning RequireThis Reference to instance variable 'clientAuth' needs "this.". 123 33
    # warning RequireThis Reference to instance variable 'THREADS' needs "this.". 285 29
    # warning RequireThis Reference to instance variable 'THREADS' needs "this.". 296 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/provider/MessageDigest/DigestKAT.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'alg' needs "this.". 118 57
    # warning RequireThis Reference to instance variable 'alg' needs "this.". 124 58

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/provider/SeedGenerator/Priority_Inversion.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'delta' needs "this.". 84 37

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/smartcardio/TestPresent.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'time' needs "this.". 44 29

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/ProtocolVersion/HttpsProtocols.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 152 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLEngineImpl/CloseEngineException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'oneToTwo' needs "this.". 98 34
    # warning RequireThis Reference to instance variable 'twoToOne' needs "this.". 102 34
    # warning RequireThis Reference to instance variable 'twoToOne' needs "this.". 116 34
    # warning RequireThis Reference to instance variable 'oneToTwo' needs "this.". 120 34
    # warning RequireThis Reference to instance variable 'appOut1' needs "this.". 233 28
    # warning RequireThis Reference to instance variable 'appOut2' needs "this.". 234 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLEngineImpl/CloseInboundException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'result1' needs "this.". 80 45
    # warning RequireThis Reference to instance variable 'oneToTwo' needs "this.". 81 49
    # warning RequireThis Reference to instance variable 'result2' needs "this.". 83 45
    # warning RequireThis Reference to instance variable 'twoToOne' needs "this.". 84 49
    # warning RequireThis Reference to instance variable 'result1' needs "this.". 107 47
    # warning RequireThis Reference to instance variable 'twoToOne' needs "this.". 108 49
    # warning RequireThis Reference to instance variable 'result2' needs "this.". 110 47
    # warning RequireThis Reference to instance variable 'oneToTwo' needs "this.". 111 49
    # warning RequireThis Reference to instance variable 'result1' needs "this.". 161 43
    # warning RequireThis Reference to instance variable 'appOut1' needs "this.". 248 43
    # warning RequireThis Reference to instance variable 'appOut2' needs "this.". 249 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLEngineImpl/DelegatedTaskWrongException.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'appOut1' needs "this.". 178 28
    # warning RequireThis Reference to instance variable 'appOut2' needs "this.". 179 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLEngineImpl/EngineEnforceUseClientMode.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'oneToTwo' needs "this.". 156 34
    # warning RequireThis Reference to instance variable 'twoToOne' needs "this.". 160 34
    # warning RequireThis Reference to instance variable 'twoToOne' needs "this.". 174 34
    # warning RequireThis Reference to instance variable 'oneToTwo' needs "this.". 178 34
    # warning RequireThis Reference to instance variable 'appOut1' needs "this.". 277 28
    # warning RequireThis Reference to instance variable 'appOut2' needs "this.". 278 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/ServerHandshaker/GetPeerHostClient.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'server' needs "this.". 48 70
    # warning RequireThis Reference to instance variable 'server' needs "this.". 67 41

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/ServerHandshaker/GetPeerHostServer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'host' needs "this.". 74 35

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SocketCreation/SocketCreation.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 204 28
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 225 44
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 356 28
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 372 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/com/sun/net/ssl/internal/www/protocol/https/HttpsClient/ServerIdentityTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 121 47

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/com/sun/net/ssl/internal/www/protocol/https/HttpsURLConnection/CriticalSubjectAltName.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 130 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/com/sun/net/ssl/internal/www/protocol/https/HttpsURLConnection/GetResponseCode.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 118 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/javax/net/ssl/FixingJavadocs/SSLSocketInherit.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'pathToStores' needs "this.". 66 58
    # warning RequireThis Reference to instance variable 'pathToStores' needs "this.". 69 58

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/javax/net/ssl/NewAPIs/CheckMyTrustedKeystore.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 219 53
    # warning RequireThis Reference to instance variable 'serverPort1' needs "this.". 242 54

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/javax/net/ssl/NewAPIs/HttpsURLConnectionLocalCertificateChain.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 201 45

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/javax/net/ssl/NewAPIs/SSLEngine/Arrays.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'oneToTwo' needs "this.". 95 34
    # warning RequireThis Reference to instance variable 'twoToOne' needs "this.". 99 34
    # warning RequireThis Reference to instance variable 'twoToOne' needs "this.". 113 34
    # warning RequireThis Reference to instance variable 'oneToTwo' needs "this.". 117 34
    # warning RequireThis Reference to instance variable 'appOut2' needs "this.". 249 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/javax/net/ssl/NewAPIs/SSLEngine/CheckStatus.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'appOut1' needs "this.". 688 28
    # warning RequireThis Reference to instance variable 'appOut2' needs "this.". 689 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/javax/net/ssl/NewAPIs/SSLEngine/ConnectionTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'appOut1' needs "this.". 133 43
    # warning RequireThis Reference to instance variable 'appOut2' needs "this.". 134 43
    # warning RequireThis Reference to instance variable 'portNumber' needs "this.". 295 48
    # warning RequireThis Reference to instance variable 'portNumber' needs "this.". 309 48
    # warning RequireThis Reference to instance variable 'portNumber' needs "this.". 482 48
    # warning RequireThis Reference to instance variable 'portNumber' needs "this.". 496 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/javax/net/ssl/NewAPIs/SSLEngine/ExtendedKeyEngine.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'oneToTwo' needs "this.". 94 34
    # warning RequireThis Reference to instance variable 'twoToOne' needs "this.". 98 34
    # warning RequireThis Reference to instance variable 'twoToOne' needs "this.". 112 34
    # warning RequireThis Reference to instance variable 'oneToTwo' needs "this.". 116 34
    # warning RequireThis Reference to instance variable 'appOut1' needs "this.". 231 28
    # warning RequireThis Reference to instance variable 'appOut2' needs "this.". 232 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/javax/net/ssl/NewAPIs/SSLEngine/LargeBufs.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'appBufferMax' needs "this.". 108 45
    # warning RequireThis Reference to instance variable 'OFFSET' needs "this.". 109 45
    # warning RequireThis Reference to instance variable 'appBufferMax' needs "this.". 114 45
    # warning RequireThis Reference to instance variable 'OFFSET' needs "this.". 115 49
    # warning RequireThis Reference to instance variable 'oneToTwo' needs "this.". 120 34
    # warning RequireThis Reference to instance variable 'twoToOne' needs "this.". 124 34
    # warning RequireThis Reference to instance variable 'appBufferMax' needs "this.". 138 45
    # warning RequireThis Reference to instance variable 'OFFSET' needs "this.". 139 49
    # warning RequireThis Reference to instance variable 'appBufferMax' needs "this.". 144 45
    # warning RequireThis Reference to instance variable 'OFFSET' needs "this.". 145 45
    # warning RequireThis Reference to instance variable 'twoToOne' needs "this.". 150 34
    # warning RequireThis Reference to instance variable 'oneToTwo' needs "this.". 154 34
    # warning RequireThis Reference to instance variable 'OFFSET' needs "this.". 244 52
    # warning RequireThis Reference to instance variable 'OFFSET' needs "this.". 245 56
    # warning RequireThis Reference to instance variable 'appOut1' needs "this.". 262 28
    # warning RequireThis Reference to instance variable 'appOut2' needs "this.". 263 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/javax/net/ssl/NewAPIs/SSLEngine/TestAllSuites.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'oneToTwo' needs "this.". 159 34
    # warning RequireThis Reference to instance variable 'twoToOne' needs "this.". 163 34
    # warning RequireThis Reference to instance variable 'twoToOne' needs "this.". 177 34
    # warning RequireThis Reference to instance variable 'oneToTwo' needs "this.". 181 34
    # warning RequireThis Reference to instance variable 'appOut1' needs "this.". 312 28
    # warning RequireThis Reference to instance variable 'appOut2' needs "this.". 313 28

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/javax/net/ssl/NewAPIs/testEnabledProtocols.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'numExpConns' needs "this.". 242 30
    # warning RequireThis Reference to instance variable 'protocolToUse' needs "this.". 300 49

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/sanity/interop/CipherTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'protocol' needs "this.". 122 47
    # warning RequireThis Reference to instance variable 'clientAuth' needs "this.". 124 33
    # warning RequireThis Reference to instance variable 'THREADS' needs "this.". 284 29
    # warning RequireThis Reference to instance variable 'THREADS' needs "this.". 295 33

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/sun/net/www/httpstest/HttpServer.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'threads' needs "this.". 154 25
    # warning RequireThis Reference to instance variable 'maxconn' needs "this.". 222 42
    # warning RequireThis Reference to instance variable 'maxconn' needs "this.". 238 50
    # warning RequireThis Reference to instance variable 'currentHSStatus' needs "this.". 421 52

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/CloseKeepAliveCached.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 154 54
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 161 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/DNSIdentities.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 709 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/HttpsPost.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 152 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/IPAddressDNSIdentities.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 709 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/IPAddressIPIdentities.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 710 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/IPIdentities.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 710 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/Identities.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 709 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/ReadTimeout.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 155 52
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 170 52

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/Redirect.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 117 57
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 151 48

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/RetryHttps.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 142 50
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 153 46

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/TunnelProxy.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'threads' needs "this.". 107 25
    # warning RequireThis Reference to instance variable 'maxconn' needs "this.". 175 42
    # warning RequireThis Reference to instance variable 'maxconn' needs "this.". 192 50

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/sun/net/www/protocol/https/NewImpl/ComHTTPSConnection.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 205 55

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/sun/net/www/protocol/https/NewImpl/ComHostnameVerifier.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 207 55

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/sun/net/www/protocol/https/NewImpl/JavaxHTTPSConnection.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 200 55

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/ssl/sun/net/www/protocol/https/NewImpl/JavaxHostnameVerifier.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'serverPort' needs "this.". 203 55

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/security/tools/keytool/KeyToolTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'err' needs "this.". 265 40
    # warning RequireThis Reference to instance variable 'out' needs "this.". 266 40
    # warning RequireThis Reference to instance variable 'length' needs "this.". 1371 18
    # warning RequireThis Reference to instance variable 'length' needs "this.". 1405 18

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/tools/jhat/HatRun.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'name' needs "this.". 58 38
    # warning RequireThis Reference to instance variable 'all_hprof_options' needs "this.". 205 41
    # warning RequireThis Reference to instance variable 'dumpfile' needs "this.". 206 43

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/sun/util/logging/PlatformLoggerTest.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'x' needs "this.". 144 26
    # warning RequireThis Reference to instance variable 'y' needs "this.". 144 39

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/tools/pack200/pack200-verifier/src/xmlkit/ClassReader.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'paddingSize' needs "this.". 398 43
    # warning RequireThis Reference to instance variable 'fileSize' needs "this.". 559 36

    /checkstyle/contribution/checkstyle-tester/repositories/openjdk7/test/tools/pack200/pack200-verifier/src/xmlkit/XMLKit.java

    Severity Rule Message Line Col
    # warning RequireThis Reference to instance variable 'size' needs "this.". 437 33
    # warning RequireThis Reference to instance variable 'size' needs "this.". 474 33
    # warning RequireThis Reference to instance variable 'size' needs "this.". 543 23
    # warning RequireThis Reference to instance variable 'size' needs "this.". 553 24
    # warning RequireThis Reference to instance variable 'size' needs "this.". 585 33
    # warning RequireThis Reference to instance variable 'size' needs "this.". 622 33
    # warning RequireThis Reference to instance variable 'size' needs "this.". 732 22
    # warning RequireThis Reference to instance variable 'size' needs "this.". 739 22
    # warning RequireThis Reference to instance variable 'size' needs "this.". 763 22
    # warning RequireThis Reference to instance variable 'size' needs "this.". 800 30
    # warning RequireThis Reference to instance variable 'size' needs "this.". 867 26
    # warning RequireThis Reference to instance variable 'size' needs "this.". 873 25
    # warning RequireThis Reference to instance variable 'size' needs "this.". 927 33
    # warning RequireThis Reference to instance variable 'size' needs "this.". 956 33
    # warning RequireThis Reference to instance variable 'size' needs "this.". 986 33
    # warning RequireThis Reference to instance variable 'size' needs "this.". 996 33
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1006 33
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1343 30
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1383 41
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1414 27
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1502 33
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1509 33
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1632 33
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1660 41
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1677 30
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1697 49
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1703 30
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1779 21
    # warning RequireThis Reference to instance variable 'size' needs "Element.this.". 1815 29
    # warning RequireThis Reference to instance variable 'size' needs "Element.this.". 1821 25
    # warning RequireThis Reference to instance variable 'cursor' needs "this.". 1834 47
    # warning RequireThis Reference to instance variable 'cursor' needs "this.". 1840 71
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1893 32
    # warning RequireThis Reference to instance variable 'size' needs "this.". 1917 30
    # warning RequireThis Reference to instance variable 'size' needs "this.". 2090 40
    # warning RequireThis Reference to instance variable 'size' needs "this.". 2161 33
    # warning RequireThis Reference to instance variable 'size' needs "Element.this.". 2291 33
    # warning RequireThis Reference to instance variable 'size' needs "Element.this.". 2295 48
    # warning RequireThis Reference to instance variable 'cursor' needs "this.". 2334 31
    # warning RequireThis Reference to instance variable 'cursor' needs "this.". 2341 63
    # warning RequireThis Reference to instance variable 'buf' needs "this.". 2412 34
    # warning RequireThis Reference to instance variable 'size' needs "this.". 2539 40
    # warning RequireThis Reference to instance variable 'size' needs "this.". 2598 27
    # warning RequireThis Reference to instance variable 'size' needs "this.". 2613 28
    # warning RequireThis Reference to instance variable 'size' needs "this.". 2638 34
    # warning RequireThis Reference to instance variable 'size' needs "this.". 2642 28
    # warning RequireThis Reference to instance variable 'value' needs "this.". 2845 27
    # warning RequireThis Reference to instance variable 'attrName' needs "this.". 2996 43
    # warning RequireThis Reference to instance variable 'makeFrozen' needs "this.". 3672 37